Skip to content

Commit

Permalink
windows: install go1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Aug 22, 2024
1 parent dacdc20 commit 8ccc01a
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 @@ -36,7 +36,7 @@ workflows:
git config --global core.autocrlf false
git config --global core.symlinks true
- run: |
choco install golang --allow-downgrade --version=1.20
choco install golang --allow-downgrade --version=1.22
echo 'export PATH="$PATH:/c/Program Files/Go/bin"' > $BASH_ENV
- run: go version

Expand Down

0 comments on commit 8ccc01a

Please sign in to comment.