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 7625089 commit 274c5adCopy full SHA for 274c5ad
.circleci/config.yml
@@ -17,7 +17,7 @@ shared: &shared
17
name: Install Golang
18
command: |
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
+ sudo tar -C /usr/local -xzf go1.16.3.linux-amd64.tar.gz
21
22
- checkout
23
0 commit comments