Skip to content

Commit

Permalink
bump fallbackVersion and pinnedReleaseGo for v0.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: Iebfbaf19881280e2c8bbea69a0bd983cd1c4d8df
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1193893
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
Reviewed-by: Paul Jolly <paul@myitcv.io>
  • Loading branch information
mvdan committed Apr 26, 2024
1 parent 4e6dc57 commit 596c991
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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@v5
with:
cache: false
go-version: 1.22.1
go-version: 1.22.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 @@ -37,7 +37,7 @@ latestStableGo: "1.22.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.22.1"
pinnedReleaseGo: "1.22.2"

goreleaserVersion: "v1.24.0"

Expand Down
2 changes: 1 addition & 1 deletion internal/cueversion/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
//
// TODO: remove once Go stamps local builds with a main module version
// derived from the local VCS information per https://go.dev/issue/50603.
const fallbackVersion = "v0.8.1"
const fallbackVersion = "v0.8.2"

// Version returns the version of the cuelang.org/go module as best as can
// reasonably be determined. The result is always a valid Go semver version.
Expand Down

0 comments on commit 596c991

Please sign in to comment.