Skip to content

Commit 15b9292

Browse files
committed
Install go
1 parent d985a31 commit 15b9292

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ shared: &shared
1818
command: |
1919
sudo curl -L https://golang.org/dl/go1.16.3.linux-amd64.tar.gz -o /usr/local/go1.16.3.linux-amd64.tar.gz
2020
sudo tar -C /usr/local -xzf /usr/local/go1.16.3.linux-amd64.tar.gz
21+
bash -c 'PATH=$PATH:/usr/local/go/bin go version'
2122
2223
- checkout
2324

0 commit comments

Comments
 (0)