Skip to content

Commit e566731

Browse files
committed
Install go
1 parent 274c5ad commit e566731

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ shared: &shared
1616
- run:
1717
name: Install Golang
1818
command: |
19-
curl -LO https://golang.org/dl/go1.16.3.linux-amd64.tar.gz
20-
sudo tar -C /usr/local -xzf go1.16.3.linux-amd64.tar.gz
19+
sudo curl -L https://golang.org/dl/go1.16.3.linux-amd64.tar.gz -o /usr/local/go1.16.3.linux-amd64.tar.gz
20+
sudo tar -C /usr/local -xzf /usr/local/go1.16.3.linux-amd64.tar.gz
2121
2222
- checkout
2323

0 commit comments

Comments
 (0)