Skip to content

Commit 7625089

Browse files
committed
Install go
1 parent a65a101 commit 7625089

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-
curl -LO https://get.golang.org/$(uname)/go_installer && chmod +x go_installer && ./go_installer && rm go_installer
19+
curl -LO https://golang.org/dl/go1.16.3.linux-amd64.tar.gz
20+
tar -C /usr/local -xzf go1.16.3.linux-amd64.tar.gz
2021
2122
- checkout
2223

0 commit comments

Comments
 (0)