Skip to content

Commit 16c45d3

Browse files
committed
internal/ci: bump Go and goreleaser versions for the upcoming alpha
A Go bugfix release came out last week with fixes. A new major version of goreleaser also came out, which primarily removes field names and features which had been deprecated for months, and which we had already been fixing up over time. Signed-off-by: Daniel Martí <[email protected]> Change-Id: I583b74072589395fada8529358e44268628056da Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1197378 Reviewed-by: Roger Peppe <[email protected]> TryBot-Result: CUEcueckoo <[email protected]> Unity-Result: CUE porcuepine <[email protected]>
1 parent 304530f commit 16c45d3

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
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/setup-go@v5
5858
with:
5959
cache: false
60-
go-version: 1.22.4
60+
go-version: 1.22.5
6161
- name: Setup qemu
6262
uses: docker/setup-qemu-action@v3
6363
- name: Set up Docker Buildx
@@ -74,7 +74,7 @@ jobs:
7474
uses: goreleaser/goreleaser-action@v5
7575
with:
7676
install-only: true
77-
version: v1.26.1
77+
version: v2.0.1
7878
- name: Run GoReleaser with CUE
7979
run: cue cmd release
8080
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.4"
40+
pinnedReleaseGo: "1.22.5"
4141

42-
goreleaserVersion: "v1.26.1"
42+
goreleaserVersion: "v2.0.1"
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)