Skip to content

Commit

Permalink
Update go version for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Nov 1, 2023
1 parent 1039818 commit 848cff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -809,9 +809,9 @@ jobs:
- run:
name: Install latest golang
command: |
wget https://go.dev/dl/go1.20.linux-amd64.tar.gz
wget https://go.dev/dl/go1.21.3.linux-amd64.tar.gz
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf go1.20.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.21.3.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
go version
go install gotest.tools/gotestsum@latest
Expand Down

0 comments on commit 848cff2

Please sign in to comment.