Skip to content

Commit 65a5178

Browse files
committed
internal/ci: bump Go version for v0.13.1
Signed-off-by: Daniel Martí <[email protected]> Change-Id: Ice9663d2c2771a42446414d18a30b2830d49a532 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1216731 Reviewed-by: Roger Peppe <[email protected]> TryBot-Result: CUEcueckoo <[email protected]>
1 parent 72bf578 commit 65a5178

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
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.24.3
60+
go-version: 1.24.4
6161
- name: Set common go env vars
6262
run: |-
6363
go env -w GOTOOLCHAIN=local

internal/ci/repo/repo.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ matrixGo: ["1.23.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.24.3"
45+
pinnedReleaseGo: "1.24.4"
4646

4747
goreleaserVersion: "v2.8.2"
4848

0 commit comments

Comments
 (0)