Skip to content

Commit

Permalink
internal/ci: bump Go and goreleaser for alpha.3
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: If0fe3ccabeced7b5e84b5f299b9d5f6617d3f6eb
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1202062
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
Reviewed-by: Roger Peppe <rogpeppe@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
  • Loading branch information
mvdan committed Oct 2, 2024
1 parent 402aeda commit 5ffd573
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.0
go-version: 1.23.2
- 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.2.0
version: v2.3.2
- name: Run GoReleaser with CUE
env:
CUE_LOGINS: ${{ secrets.NOTCUECKOO_CUE_LOGINS }}
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.0"
pinnedReleaseGo: "1.23.2"

goreleaserVersion: "v2.2.0"
goreleaserVersion: "v2.3.2"

// 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 5ffd573

Please sign in to comment.