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 bc3dad6 commit d727f01Copy full SHA for d727f01
.circleci/config.yml
@@ -16,11 +16,9 @@ shared: &shared
16
- run:
17
name: Install Golang
18
command: |
19
- sudo apt-get install software-properties-common
20
- sudo add-apt-repository ppa:longsleep/golang-backports
21
- sudo apt update
22
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F6BC817356A3D45E
23
- sudo apt-get install golang-go
+ sudo curl -sL -o /usr/bin/gimme https://raw.githubusercontent.com/travis-ci/gimme/master/gimme
+ sudo chmod +x /usr/bin/gimme
+ sudo eval "$(gimme 1.12)"
24
25
- checkout
26
0 commit comments