We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85bbc94 + e50f23a commit 4676081Copy full SHA for 4676081
.circleci/config.yml
@@ -161,7 +161,7 @@ jobs:
161
- attach_workspace:
162
at: .
163
- go/install:
164
- version: "1.21.1"
+ version: "1.23.1"
165
- run:
166
name: Install sign-binary-helpers
167
command: |
.circleci/install-golang.ps1
@@ -1,5 +1,5 @@
1
# Install golang using Chocolatey
2
-choco install golang --version 1.21.1 -y
+choco install golang --version 1.23.1 -y
3
# Verify installation
4
Get-Command go
5
go version
0 commit comments