Skip to content

Commit

Permalink
Run arm64 builds on go1.18 (#12818)
Browse files Browse the repository at this point in the history
  • Loading branch information
eculver authored Apr 19, 2022
1 parent d01142a commit fb7022b
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 @@ -257,8 +257,8 @@ jobs:
- run:
command: |
sudo rm -rf /usr/local/go
wget https://golang.org/dl/go1.17.5.linux-arm64.tar.gz
sudo tar -C /usr/local -xzvf go1.17.5.linux-arm64.tar.gz
wget https://dl.google.com/go/go1.18.1.linux-arm64.tar.gz
sudo tar -C /usr/local -xzvf go1.18.1.linux-arm64.tar.gz
- run: *install-gotestsum
- run: go mod download
- run:
Expand Down

0 comments on commit fb7022b

Please sign in to comment.