Skip to content

Commit bc3dad6

Browse files
committed
Install go
1 parent 5eb46ef commit bc3dad6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ shared: &shared
1616
- run:
1717
name: Install Golang
1818
command: |
19+
sudo apt-get install software-properties-common
1920
sudo add-apt-repository ppa:longsleep/golang-backports
2021
sudo apt update
22+
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F6BC817356A3D45E
2123
sudo apt-get install golang-go
2224
2325
- checkout

0 commit comments

Comments
 (0)