From 57bbc837ece30a0519ed4524e4d538af86d36349 Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Wed, 5 Mar 2025 10:33:23 +0000 Subject: [PATCH] Update to go version 1.24.1 and 1.23.7 Change-Id: Id04097d350daa2a01aa0afea06c21b1672931ad6 Signed-off-by: Cosmin Cojocar --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d81240cb2d..f4128f32bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: test: strategy: matrix: - version: [{go: '1.23.6', golangci: 'latest'}, {go: '1.24.0', golangci: 'latest'}] + version: [{go: '1.23.7', golangci: 'latest'}, {go: '1.24.1', golangci: 'latest'}] runs-on: ubuntu-latest env: GO111MODULE: on @@ -48,7 +48,7 @@ jobs: - name: Setup go uses: actions/setup-go@v5 with: - go-version: '1.24.0' + go-version: '1.24.1' - name: Checkout Source uses: actions/checkout@v4 - uses: actions/cache@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be57153099..962e388dad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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