Update to go version 1.24.1 and 1.23.7 (#1313)

Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
This commit is contained in:
Cosmin Cojocar
2025-03-05 11:40:35 +01:00
committed by GitHub
parent 047453a82f
commit 136f6c0040
2 changed files with 4 additions and 4 deletions

View File

@@ -17,11 +17,11 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.24.0'
go-version: '1.24.1'
- name: Install Cosign
uses: sigstore/cosign-installer@v3
with:
cosign-release: 'v2.4.2'
cosign-release: 'v2.4.3'
- name: Store Cosign private key in a file
run: 'echo "$COSIGN_KEY" > /tmp/cosign.key'
shell: bash