Skip to content

Commit e0105b0

Browse files
committed
Install go
1 parent d329711 commit e0105b0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ shared: &shared
1616
- run:
1717
name: Install Golang
1818
command: |
19-
sudo curl -sL -o /usr/bin/gimme https://raw.githubusercontent.com/travis-ci/gimme/master/gimme
20-
sudo chmod +x /usr/bin/gimme
21-
gimme 1.12
22-
sudo bash -c eval "$(gimme 1.12)"
23-
go version
19+
bash -c 'eval "$(curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | GIMME_GO_VERSION=1.4 bash)"'
2420
2521
- checkout
2622

0 commit comments

Comments
 (0)