Skip to content

Commit

Permalink
update go version (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
LexLuthr authored Oct 19, 2022
1 parent 91ee8e4 commit b2ec8aa
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 @@ -130,8 +130,8 @@ jobs:
- run:
name: Install go
command: |
curl -O https://dl.google.com/go/go1.17.2.darwin-amd64.pkg && \
sudo installer -pkg go1.17.2.darwin-amd64.pkg -target /
curl -O https://dl.google.com/go/go1.18.7.darwin-arm64.pkg && \
sudo installer -pkg go1.18.7.darwin-arm64.pkg -target /
- run:
name: Install pkg-config
command: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config
Expand Down

0 comments on commit b2ec8aa

Please sign in to comment.