Skip to content

Commit 7248da6

Browse files
committed
internal/ci: bump goreleaser and Go ahead of the next release
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]>
1 parent e775398 commit 7248da6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/setup-go@v5
6767
with:
6868
cache: false
69-
go-version: 1.22.2
69+
go-version: 1.22.3
7070
- name: Setup qemu
7171
uses: docker/setup-qemu-action@v3
7272
- name: Set up Docker Buildx
@@ -83,7 +83,7 @@ jobs:
8383
uses: goreleaser/goreleaser-action@v5
8484
with:
8585
install-only: true
86-
version: v1.24.0
86+
version: v1.26.0
8787
- name: Run GoReleaser with CUE
8888
run: cue cmd release
8989
working-directory: ./internal/ci/goreleaser

internal/ci/repo/repo.cue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ latestStableGo: "1.22.x"
3737
// Use a specific latest version for release builds.
3838
// Note that we don't want ".x" for the sake of reproducibility,
3939
// so we instead pin a specific Go release.
40-
pinnedReleaseGo: "1.22.2"
40+
pinnedReleaseGo: "1.22.3"
4141

42-
goreleaserVersion: "v1.24.0"
42+
goreleaserVersion: "v1.26.0"
4343

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

0 commit comments

Comments
 (0)