Skip to content

Commit

Permalink
internal/ci: bump pinnedReleaseGo for v0.10.1
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Martí <[email protected]>
Change-Id: I5ce2503f8a427cfc5de467c0badd91ecad9a1ba2
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1202887
TryBot-Result: CUEcueckoo <[email protected]>
Reviewed-by: Roger Peppe <[email protected]>
  • Loading branch information
mvdan committed Oct 22, 2024
1 parent 328f2bd commit f08f84d
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 @@ -57,7 +57,7 @@ jobs:
uses: actions/setup-go@v5
with:
cache: false
go-version: 1.23.0
go-version: 1.23.2
- name: Setup qemu
uses: docker/setup-qemu-action@v3
- 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 @@ -40,7 +40,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.0"
pinnedReleaseGo: "1.23.2"

goreleaserVersion: "v2.0.1"

Expand Down

0 comments on commit f08f84d

Please sign in to comment.