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 72bf578 commit 65a5178Copy full SHA for 65a5178
.github/workflows/release.yaml
@@ -57,7 +57,7 @@ jobs:
57
uses: actions/setup-go@v5
58
with:
59
cache: false
60
- go-version: 1.24.3
+ go-version: 1.24.4
61
- name: Set common go env vars
62
run: |-
63
go env -w GOTOOLCHAIN=local
internal/ci/repo/repo.cue
@@ -42,7 +42,7 @@ matrixGo: ["1.23.x", latestGo]
42
// Use a specific latest version for release builds.
43
// Note that we don't want ".x" for the sake of reproducibility,
44
// so we instead pin a specific Go release.
45
-pinnedReleaseGo: "1.24.3"
+pinnedReleaseGo: "1.24.4"
46
47
goreleaserVersion: "v2.8.2"
48
0 commit comments