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 d329711 commit e0105b0Copy full SHA for e0105b0
.circleci/config.yml
@@ -16,11 +16,7 @@ shared: &shared
16
- run:
17
name: Install Golang
18
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
+ bash -c 'eval "$(curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | GIMME_GO_VERSION=1.4 bash)"'
24
25
- checkout
26
0 commit comments