From 4fd98728a74b56a1381ec494624c42ae53d2515c Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Tue, 22 Oct 2024 12:49:05 +0000 Subject: [PATCH] Update go version to 1.23.2 and 1.22.8 Change-Id: I8f941e97f1ec7b0df2e3efa76f881b85f2a287cc 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 05363e4..6786caf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: test: strategy: matrix: - version: [{go: '1.22.7', golangci: 'latest'}, {go: '1.23.1', golangci: 'latest'}] + version: [{go: '1.22.8', golangci: 'latest'}, {go: '1.23.2', 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.23.1' + go-version: '1.23.2' - name: Checkout Source uses: actions/checkout@v4 - uses: actions/cache@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c61176..887a7ba 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.23.1' + go-version: '1.23.2' - name: Install Cosign uses: sigstore/cosign-installer@v3 with: - cosign-release: 'v2.4.0' + cosign-release: 'v2.4.1' - name: Store Cosign private key in a file run: 'echo "$COSIGN_KEY" > /tmp/cosign.key' shell: bash