Skip to content

Commit 274c5ad

Browse files
committed
Install go
1 parent 7625089 commit 274c5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ shared: &shared
1717
name: Install Golang
1818
command: |
1919
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
20+
sudo tar -C /usr/local -xzf go1.16.3.linux-amd64.tar.gz
2121
2222
- checkout
2323

0 commit comments

Comments
 (0)