Skip to content

Commit 5eb46ef

Browse files
committed
Install go
1 parent def7c37 commit 5eb46ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ shared: &shared
1616
- run:
1717
name: Install Golang
1818
command: |
19-
sudo apt-cache search .
19+
sudo add-apt-repository ppa:longsleep/golang-backports
20+
sudo apt update
2021
sudo apt-get install golang-go
2122
2223
- checkout

0 commit comments

Comments
 (0)