We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb5437 commit 03b9503Copy full SHA for 03b9503
.circleci/config.yml
@@ -232,7 +232,7 @@ commands:
232
- run:
233
name: Install Go
234
command: |
235
- 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 && \
236
sudo installer -pkg /tmp/go.pkg -target /
237
go version
238
0 commit comments