this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

internal/ci: update Go and goreleaser versions for the next release

Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: I5223f3455dc4c245eb9374429550a8a89ef9a1ec
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1205923
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
Reviewed-by: Paul Jolly <paul@myitcv.io>

+4 -4
+2 -2
.github/workflows/release.yaml
··· 57 57 uses: actions/setup-go@v5 58 58 with: 59 59 cache: false 60 - go-version: 1.23.3 60 + go-version: 1.23.4 61 61 - name: Set common go env vars 62 62 run: |- 63 63 go env -w GOTOOLCHAIN=local ··· 80 80 uses: goreleaser/goreleaser-action@v5 81 81 with: 82 82 install-only: true 83 - version: v2.3.2 83 + version: v2.5.0 84 84 - name: Run GoReleaser with CUE 85 85 run: |- 86 86 go run cuelang.org/go/cmd/cue login --token=${CUE_TOKEN}
+2 -2
internal/ci/repo/repo.cue
··· 42 42 // Use a specific latest version for release builds. 43 43 // Note that we don't want ".x" for the sake of reproducibility, 44 44 // so we instead pin a specific Go release. 45 - pinnedReleaseGo: "1.23.3" 45 + pinnedReleaseGo: "1.23.4" 46 46 47 - goreleaserVersion: "v2.3.2" 47 + goreleaserVersion: "v2.5.0" 48 48 49 49 // zeroReleaseTagSuffix is the suffix used to identify all "zero" releases. 50 50 // When we create a release branch for v0.$X.0, it's likely that commits on the