Skip to content

Commit

Permalink
internal/ci: bump pinned Go to 1.23.3
Browse files Browse the repository at this point in the history
So that we can release CUE v0.11.0 with the latest Go fixes.

Signed-off-by: Daniel Martí <[email protected]>
Change-Id: I7fa28fe4a2e927db425d4c6b53f838912a569efd
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1204269
Unity-Result: CUE porcuepine <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
Reviewed-by: Matthew Sackman <[email protected]>
  • Loading branch information
mvdan committed Nov 19, 2024
1 parent 7edac8b commit cb9ba43
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/setup-go@v5
with:
cache: false
go-version: 1.23.2
go-version: 1.23.3
- name: Set common go env vars
run: |-
go env -w GOTOOLCHAIN=local
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 @@ -42,7 +42,7 @@ matrixGo: ["1.22.x", latestGo]
// 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.23.2"
pinnedReleaseGo: "1.23.3"

goreleaserVersion: "v2.3.2"

Expand Down

0 comments on commit cb9ba43

Please sign in to comment.