Skip to content

Commit f9cb3ee

Browse files
committed
internal/ci: update Go and goreleaser versions for the next release
Signed-off-by: Daniel Martí <[email protected]> Change-Id: I5223f3455dc4c245eb9374429550a8a89ef9a1ec Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1205923 TryBot-Result: CUEcueckoo <[email protected]> Unity-Result: CUE porcuepine <[email protected]> Reviewed-by: Paul Jolly <[email protected]> Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1205980
1 parent be16614 commit f9cb3ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

+2-2
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.23.3
60+
go-version: 1.23.4
6161
- name: Set common go env vars
6262
run: |-
6363
go env -w GOTOOLCHAIN=local
@@ -80,7 +80,7 @@ jobs:
8080
uses: goreleaser/goreleaser-action@v5
8181
with:
8282
install-only: true
83-
version: v2.3.2
83+
version: v2.5.0
8484
- name: Run GoReleaser with CUE
8585
run: |-
8686
go run cuelang.org/go/cmd/cue login --token=${CUE_TOKEN}

internal/ci/repo/repo.cue

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ matrixGo: ["1.22.x", latestGo]
4242
// Use a specific latest version for release builds.
4343
// Note that we don't want ".x" for the sake of reproducibility,
4444
// so we instead pin a specific Go release.
45-
pinnedReleaseGo: "1.23.3"
45+
pinnedReleaseGo: "1.23.4"
4646

47-
goreleaserVersion: "v2.3.2"
47+
goreleaserVersion: "v2.5.0"
4848

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

0 commit comments

Comments
 (0)