Skip to content

Commit b1a57a5

Browse files
committed
internal/ci: update pinned Go for the next release
Signed-off-by: Daniel Martí <[email protected]> Change-Id: Idc696c9b05b8f0e54b351a5eec86a069a2bc4cba Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1207628 TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Paul Jolly <[email protected]>
1 parent 8d97e7a commit b1a57a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/setup-go@v5
5858
with:
5959
cache: false
60-
go-version: 1.23.4
60+
go-version: 1.23.5
6161
- name: Set common go env vars
6262
run: |-
6363
go env -w GOTOOLCHAIN=local

internal/ci/repo/repo.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ matrixGo: ["1.22.x", latestGo]
4242
// Use a specific latest version for release builds.
4343
// Note that we don't want ".x" for the sake of reproducibility,
4444
// so we instead pin a specific Go release.
45-
pinnedReleaseGo: "1.23.4"
45+
pinnedReleaseGo: "1.23.5"
4646

4747
goreleaserVersion: "v2.5.0"
4848

0 commit comments

Comments
 (0)