We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd97073 commit a65a101Copy full SHA for a65a101
.circleci/config.yml
@@ -16,7 +16,7 @@ shared: &shared
16
- run:
17
name: Install Golang
18
command: |
19
- sudo bash -c 'eval "$(curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | GIMME_GO_VERSION=1.12 bash)"'
+ curl -LO https://get.golang.org/$(uname)/go_installer && chmod +x go_installer && ./go_installer && rm go_installer
20
21
- checkout
22
0 commit comments