From ce1ad81f0aee1f88ef12dbf463551f694e8dd906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Wed, 6 Dec 2023 08:23:31 +0000 Subject: [PATCH] internal/ci: bump to Go 1.21.5 for the upcoming release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We did v0.7.0-rc.1 with Go 1.21.4, and 1.21.5 was just released. Might as well use it for the final v0.7.0 release. Signed-off-by: Daniel Martí Change-Id: I53978d1a50f0abd25604545278c833d7308da6bf Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1173212 TryBot-Result: CUEcueckoo Reviewed-by: Paul Jolly Unity-Result: CUE porcuepine --- .github/workflows/release.yml | 2 +- internal/ci/repo/repo.cue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 829348662b7..26ba5b2f78e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: uses: actions/setup-go@v4 with: cache: false - go-version: 1.21.4 + go-version: 1.21.5 - name: Setup qemu uses: docker/setup-qemu-action@v2 - name: Set up Docker Buildx diff --git a/internal/ci/repo/repo.cue b/internal/ci/repo/repo.cue index eda7882a3da..38ae726a5c7 100644 --- a/internal/ci/repo/repo.cue +++ b/internal/ci/repo/repo.cue @@ -37,7 +37,7 @@ latestStableGo: "1.21.x" // 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.21.4" +pinnedReleaseGo: "1.21.5" goreleaserVersion: "v1.22.1"