Skip to content

Commit

Permalink
ci: install arm version of Go
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed May 21, 2024
1 parent bcb5437 commit 03b9503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ commands:
- run:
name: Install Go
command: |
curl https://dl.google.com/go/go1.20.10.darwin-amd64.pkg -o /tmp/go.pkg && \
curl https://dl.google.com/go/go1.20.10.darwin-arm64.pkg -o /tmp/go.pkg && \
sudo installer -pkg /tmp/go.pkg -target /
go version
- run:
Expand Down

0 comments on commit 03b9503

Please sign in to comment.