Skip to content

Commit

Permalink
internal/ci: bump goreleaser and Go ahead of the next release
Browse files Browse the repository at this point in the history
None of the deprecation changes in the goreleaser releases affect us.

Signed-off-by: Daniel Martí <[email protected]>
Change-Id: Ia2f44810ea9eed78d9e997eb2450ecfbaca6404a
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1194727
TryBot-Result: CUEcueckoo <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
Reviewed-by: Paul Jolly <[email protected]>
  • Loading branch information
mvdan committed May 15, 2024
1 parent e775398 commit 7248da6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .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.2
go-version: 1.22.3
- name: Setup qemu
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand All @@ -83,7 +83,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
install-only: true
version: v1.24.0
version: v1.26.0
- name: Run GoReleaser with CUE
run: cue cmd release
working-directory: ./internal/ci/goreleaser
Expand Down
4 changes: 2 additions & 2 deletions internal/ci/repo/repo.cue
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ 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.2"
pinnedReleaseGo: "1.22.3"

goreleaserVersion: "v1.24.0"
goreleaserVersion: "v1.26.0"

// zeroReleaseTagSuffix is the suffix used to identify all "zero" releases.
// When we create a release branch for v0.$X.0, it's likely that commits on the
Expand Down

0 comments on commit 7248da6

Please sign in to comment.