Skip to content

Commit ce1ad81

Browse files
committed
internal/ci: bump to Go 1.21.5 for the upcoming release
We did v0.7.0-rc.1 with Go 1.21.4, and 1.21.5 was just released. Might as well use it for the final v0.7.0 release. Signed-off-by: Daniel Martí <[email protected]> Change-Id: I53978d1a50f0abd25604545278c833d7308da6bf Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1173212 TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Paul Jolly <[email protected]> Unity-Result: CUE porcuepine <[email protected]>
1 parent b36b477 commit ce1ad81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/setup-go@v4
6767
with:
6868
cache: false
69-
go-version: 1.21.4
69+
go-version: 1.21.5
7070
- name: Setup qemu
7171
uses: docker/setup-qemu-action@v2
7272
- name: Set up Docker Buildx

internal/ci/repo/repo.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ latestStableGo: "1.21.x"
3737
// Use a specific latest version for release builds.
3838
// Note that we don't want ".x" for the sake of reproducibility,
3939
// so we instead pin a specific Go release.
40-
pinnedReleaseGo: "1.21.4"
40+
pinnedReleaseGo: "1.21.5"
4141

4242
goreleaserVersion: "v1.22.1"
4343

0 commit comments

Comments
 (0)