diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 708386d2a74..f764ae55427 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 @@ -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 }} diff --git a/internal/ci/repo/repo.cue b/internal/ci/repo/repo.cue index 479efb2ab0b..9fe6661bfcc 100644 --- a/internal/ci/repo/repo.cue +++ b/internal/ci/repo/repo.cue @@ -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