Skip to content

Commit

Permalink
internal/ci: update Go and goreleaser versions for the next release
Browse files Browse the repository at this point in the history
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>
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1205980
  • Loading branch information
mvdan committed Dec 18, 2024
1 parent be16614 commit f9cb3ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/setup-go@v5
with:
cache: false
go-version: 1.23.3
go-version: 1.23.4
- name: Set common go env vars
run: |-
go env -w GOTOOLCHAIN=local
Expand All @@ -80,7 +80,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
install-only: true
version: v2.3.2
version: v2.5.0
- name: Run GoReleaser with CUE
run: |-
go run cuelang.org/go/cmd/cue login --token=${CUE_TOKEN}
Expand Down
4 changes: 2 additions & 2 deletions internal/ci/repo/repo.cue
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ matrixGo: ["1.22.x", latestGo]
// Use a specific latest version for release builds.
// Note that we don't want ".x" for the sake of reproducibility,
// so we instead pin a specific Go release.
pinnedReleaseGo: "1.23.3"
pinnedReleaseGo: "1.23.4"

goreleaserVersion: "v2.3.2"
goreleaserVersion: "v2.5.0"

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

0 comments on commit f9cb3ee

Please sign in to comment.