Skip to content

Commit

Permalink
internal/ci: bump pinned version of Go for releases
Browse files Browse the repository at this point in the history
For cherry-picking into v0.5.
It's very late in the release cycle to bump to Go 1.20,
but at least we should bump the bugfix version.

Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: I235db8295f0abbaccd1baee4dcb733e85458bd28
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/551308
Reviewed-by: Paul Jolly <paul@myitcv.io>
Unity-Result: CUEcueckoo <cueckoo@cuelang.org>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
  • Loading branch information
mvdan committed Mar 22, 2023
1 parent d16b575 commit e5cd9ac
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 @@ -31,7 +31,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.19.3
go-version: 1.19.7
- name: Setup qemu
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion internal/ci/core/core.cue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ _#URLPath: {
// 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.19.3"
#pinnedReleaseGo: "1.19.7"

#goreleaserVersion: "v1.13.1"

Expand Down

0 comments on commit e5cd9ac

Please sign in to comment.