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 a65a101 commit 7625089Copy full SHA for 7625089
.circleci/config.yml
@@ -16,7 +16,8 @@ shared: &shared
16
- run:
17
name: Install Golang
18
command: |
19
- curl -LO https://get.golang.org/$(uname)/go_installer && chmod +x go_installer && ./go_installer && rm go_installer
+ 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
21
22
- checkout
23
0 commit comments