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 5eb46ef commit bc3dad6Copy full SHA for bc3dad6
.circleci/config.yml
@@ -16,8 +16,10 @@ 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
24
25
- checkout
0 commit comments