this repo has no description
0
fork

Configure Feed

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

internal/ci: bump Go and goreleaser for v0.16.0-alpha.1

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>

+4 -4
+2 -2
.github/workflows/release.yaml
··· 57 57 uses: actions/setup-go@v6 58 58 with: 59 59 cache: false 60 - go-version: 1.25.5 60 + go-version: 1.25.6 61 61 - name: Set common go env vars 62 62 run: |- 63 63 case $(go env GOARCH) in ··· 80 80 uses: goreleaser/goreleaser-action@v6 81 81 with: 82 82 install-only: true 83 - version: v2.13.2 83 + version: v2.13.3 84 84 - name: Run GoReleaser with CUE 85 85 env: 86 86 GITHUB_TOKEN: ${{ secrets.CUECKOO_GITHUB_PAT }}
+2 -2
internal/ci/repo/repo.cue
··· 32 32 // Use a specific latest version for release builds. 33 33 // Note that we don't want ".x" for the sake of reproducibility, 34 34 // so we instead pin a specific Go release. 35 - pinnedReleaseGo: "1.25.5" 35 + pinnedReleaseGo: "1.25.6" 36 36 37 - goreleaserVersion: "v2.13.2" 37 + goreleaserVersion: "v2.13.3" 38 38 39 39 // zeroReleaseTagSuffix is the suffix used to identify all "zero" releases. 40 40 // When we create a release branch for v0.$X.0, it's likely that commits on the