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 e0105b0 commit dd97073Copy full SHA for dd97073
.circleci/config.yml
@@ -16,7 +16,7 @@ shared: &shared
16
- run:
17
name: Install Golang
18
command: |
19
- bash -c 'eval "$(curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | GIMME_GO_VERSION=1.4 bash)"'
+ sudo bash -c 'eval "$(curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | GIMME_GO_VERSION=1.12 bash)"'
20
21
- checkout
22
0 commit comments