Skip to content

Commit

Permalink
Fix arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaoz committed Feb 13, 2025
1 parent b24e2ad commit 0fbe225
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 @@ -45,9 +45,9 @@ jobs:
- run:
name: Upgrade Go
command: |
wget https://golang.org/dl/go1.23.0.linux-arm64.tar.gz
wget https://golang.org/dl/go1.24.0.linux-arm64.tar.gz
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf go1.23.0.linux-arm64.tar.gz
sudo tar -C /usr/local -xzf go1.24.0.linux-arm64.tar.gz
- restore_cache:
keys:
- go-mod-v4-{{ checksum "go.sum" }}
Expand Down

0 comments on commit 0fbe225

Please sign in to comment.