From 3a8edeaa3b2a2d7a77fcb6901fcac1cf402621f7 Mon Sep 17 00:00:00 2001 From: Bob Callaway Date: Mon, 7 Oct 2024 09:20:51 -0400 Subject: [PATCH] cross-compile at 1.23.2 Signed-off-by: Bob Callaway --- .github/workflows/validate-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validate-release.yml b/.github/workflows/validate-release.yml index 4e7131750..1e08c9d5c 100644 --- a/.github/workflows/validate-release.yml +++ b/.github/workflows/validate-release.yml @@ -33,9 +33,9 @@ jobs: steps: - name: Check Signature run: | - cosign verify ghcr.io/gythialy/golang-cross:v1.23.1@sha256:af75ec9e913eecdeba4331fa186226e1a83d92bcc6edb734b877bd09d80bd257 \ + cosign verify ghcr.io/gythialy/golang-cross:v1.23.2@sha256:85c8e52bccf05564aa6284affd4eb197507cb22606e0bb8a2deeab3c0b779d87 \ --certificate-oidc-issuer https://token.actions.githubusercontent.com \ - --certificate-identity "https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.23.1" + --certificate-identity "https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.23.2" env: TUF_ROOT: /tmp @@ -44,7 +44,7 @@ jobs: needs: - check-signature container: - image: ghcr.io/gythialy/golang-cross:v1.23.1@sha256:af75ec9e913eecdeba4331fa186226e1a83d92bcc6edb734b877bd09d80bd257 + image: ghcr.io/gythialy/golang-cross:v1.23.2@sha256:85c8e52bccf05564aa6284affd4eb197507cb22606e0bb8a2deeab3c0b779d87 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7