Skip to content

Commit

Permalink
internal/ci: update pinned Go for the next release
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: Idc696c9b05b8f0e54b351a5eec86a069a2bc4cba
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1207628
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Reviewed-by: Paul Jolly <paul@myitcv.io>
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1207640
Reviewed-by: Roger Peppe <rogpeppe@gmail.com>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
  • Loading branch information
mvdan committed Jan 22, 2025
1 parent ac4c7d0 commit 775ce67
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.4
go-version: 1.23.5
- 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.4"
pinnedReleaseGo: "1.23.5"

goreleaserVersion: "v2.5.0"

Expand Down

0 comments on commit 775ce67

Please sign in to comment.