We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d97e7a commit b1a57a5Copy full SHA for b1a57a5
.github/workflows/release.yaml
@@ -57,7 +57,7 @@ jobs:
57
uses: actions/setup-go@v5
58
with:
59
cache: false
60
- go-version: 1.23.4
+ go-version: 1.23.5
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.22.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.23.4"
+pinnedReleaseGo: "1.23.5"
46
47
goreleaserVersion: "v2.5.0"
48
0 commit comments