Skip to content

Commit 8e3eaa9

Browse files
committed
internal/ci: bump Go and goreleaser for v0.15.4
Signed-off-by: Daniel Martí <mvdan@mvdan.cc> Change-Id: I0eb2892dd108fdffe6e2d339467ef458c546d7a5 Reviewed-on: https://cue.gerrithub.io/c/cue-lang/cue/+/1229644 TryBot-Result: CUEcueckoo <cueckoo@cuelang.org> Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com> Reviewed-by: Matthew Sackman <matthew@cue.works> Reviewed-on: https://cue.gerrithub.io/c/cue-lang/cue/+/1229654 Reviewed-by: Paul Jolly <paul@myitcv.io>
1 parent d0bd478 commit 8e3eaa9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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@v6
5858
with:
5959
cache: false
60-
go-version: 1.25.5
60+
go-version: 1.25.6
6161
- name: Set common go env vars
6262
run: |-
6363
case $(go env GOARCH) in
@@ -80,7 +80,7 @@ jobs:
8080
uses: goreleaser/goreleaser-action@v6
8181
with:
8282
install-only: true
83-
version: v2.13.2
83+
version: v2.13.3
8484
- name: Run GoReleaser with CUE
8585
env:
8686
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
@@ -32,9 +32,9 @@ linuxMachine: base.linuxLargeMachine
3232
// Use a specific latest version for release builds.
3333
// Note that we don't want ".x" for the sake of reproducibility,
3434
// so we instead pin a specific Go release.
35-
pinnedReleaseGo: "1.25.5"
35+
pinnedReleaseGo: "1.25.6"
3636

37-
goreleaserVersion: "v2.13.2"
37+
goreleaserVersion: "v2.13.3"
3838

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

0 commit comments

Comments
 (0)