Skip to content

Commit bebbaa9

Browse files
committed
internal/ci: update Go and goreleaser
Ahead of the upcoming release. Signed-off-by: Daniel Martí <[email protected]> Change-Id: I3cc6197f2df51605803f65434b84fc2ab0147c90 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1210504 Unity-Result: CUE porcuepine <[email protected]> TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Roger Peppe <[email protected]>
1 parent bc6c485 commit bebbaa9

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.24.0
60+
go-version: 1.24.1
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.5.0
83+
version: v2.7.0
8484
- name: Run GoReleaser with CUE
8585
env:
8686
CUE_TOKEN: ${{ secrets.NOTCUECKOO_CUE_TOKEN }}

internal/ci/repo/repo.cue

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ matrixGo: ["1.23.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.24.0"
45+
pinnedReleaseGo: "1.24.1"
4646

47-
goreleaserVersion: "v2.5.0"
47+
goreleaserVersion: "v2.7.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)