Skip to content

Commit

Permalink
fix: update go in circle config to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
devanbenz committed Nov 25, 2024
1 parent 6917396 commit 78949ad
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 @@ -110,7 +110,7 @@ jobs:
choco pack --pre ./rustup.install.nuspec
choco install rustup.install --source="C:\Users\circleci\AppData\Local\Temp\rustup.install"
cd -
choco upgrade golang --version=1.21 --allow-downgrade
choco upgrade golang --version=1.22 --allow-downgrade
choco install \
grep \
Expand Down

0 comments on commit 78949ad

Please sign in to comment.