Skip to content

Commit a65a101

Browse files
committed
Install go
1 parent dd97073 commit a65a101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ shared: &shared
1616
- run:
1717
name: Install Golang
1818
command: |
19-
sudo bash -c 'eval "$(curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | GIMME_GO_VERSION=1.12 bash)"'
19+
curl -LO https://get.golang.org/$(uname)/go_installer && chmod +x go_installer && ./go_installer && rm go_installer
2020
2121
- checkout
2222

0 commit comments

Comments
 (0)