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.
1 parent 7738966 commit f5f16ecCopy full SHA for f5f16ec
.github/workflows/release.yml
@@ -180,9 +180,16 @@ jobs:
180
with:
181
node-version: 22.x
182
183
- - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
+ # Pin Go only for license generation
184
+ - name: Use Go 1.25.1 for license scan
185
+ uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
186
- go-version: ">=1.23.0"
187
+ go-version: "1.25.1"
188
+ check-latest: true
189
+ - name: Pin toolchain for this step
190
+ run: |
191
+ go version
192
+ go env -w GOTOOLCHAIN=local
193
194
- name: Checkout Sample Web UI for license scan
195
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments