Skip to content

Commit

Permalink
internal/ci: bump to Go 1.21.5 for the upcoming release
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
mvdan committed Dec 6, 2023
1 parent b36b477 commit ce1ad81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/setup-go@v4
with:
cache: false
go-version: 1.21.4
go-version: 1.21.5
- name: Setup qemu
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion internal/ci/repo/repo.cue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ latestStableGo: "1.21.x"
// Use a specific latest version for release builds.
// Note that we don't want ".x" for the sake of reproducibility,
// so we instead pin a specific Go release.
pinnedReleaseGo: "1.21.4"
pinnedReleaseGo: "1.21.5"

goreleaserVersion: "v1.22.1"

Expand Down

0 comments on commit ce1ad81

Please sign in to comment.