Skip to content

Commit 03b9503

Browse files
committed
ci: install arm version of Go
1 parent bcb5437 commit 03b9503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ commands:
232232
- run:
233233
name: Install Go
234234
command: |
235-
curl https://dl.google.com/go/go1.20.10.darwin-amd64.pkg -o /tmp/go.pkg && \
235+
curl https://dl.google.com/go/go1.20.10.darwin-arm64.pkg -o /tmp/go.pkg && \
236236
sudo installer -pkg /tmp/go.pkg -target /
237237
go version
238238
- run:

0 commit comments

Comments
 (0)