Skip to content

Commit 8d463da

Browse files
committed
internal/ci: update Go and goreleaser versions
For v0.14.0-alpha.1. Signed-off-by: Daniel Martí <[email protected]> Change-Id: I590ea6985b153a6741ef1facf70a2a34aa991bbd Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1217109 TryBot-Result: CUEcueckoo <[email protected]> Unity-Result: CUE porcuepine <[email protected]> Reviewed-by: Roger Peppe <[email protected]>
1 parent e88d161 commit 8d463da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

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.24.3
60+
go-version: 1.24.4
6161
- name: Set common go env vars
6262
run: |-
6363
go env -w GOTOOLCHAIN=local
@@ -79,7 +79,7 @@ jobs:
7979
uses: goreleaser/goreleaser-action@v5
8080
with:
8181
install-only: true
82-
version: v2.8.2
82+
version: v2.10.2
8383
- name: Run GoReleaser with CUE
8484
env:
8585
GITHUB_TOKEN: ${{ secrets.CUECKOO_GITHUB_PAT }}

internal/ci/repo/repo.cue

Lines changed: 2 additions & 2 deletions
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.3"
45+
pinnedReleaseGo: "1.24.4"
4646

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