Skip to content

Commit e9b455d

Browse files
authored
fix: update go version for macOS build (#295)
1 parent 7a44dd1 commit e9b455d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -259,12 +259,8 @@ jobs:
259259
- attach_workspace:
260260
at: ~/
261261
- checkout
262-
- run:
263-
name: Install Go
264-
command: |
265-
curl -OL https://go.dev/dl/go1.21.5.darwin-arm64.pkg
266-
sudo installer -pkg ./go1.21.5.darwin-arm64.pkg -target /
267-
echo 'export PATH="/usr/local/go/bin:$PATH"' >> ~/.bash_profile
262+
- go/install:
263+
version: 1.22.3
268264
- run:
269265
name: Build
270266
command: |

0 commit comments

Comments
 (0)