From 8658b8eab6c8fa98fd180f718b1961718e0dce48 Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Sun, 12 May 2024 11:35:01 +0200 Subject: [PATCH] Update Go to version 2.22.3 in CI and release 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 3a00bc708..d21c917d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: test: strategy: matrix: - version: [{go: '1.21.9', golangci: 'latest'}, {go: '1.22.2', golangci: 'latest'}] + version: [{go: '1.21.10', golangci: 'latest'}, {go: '1.22.3', golangci: 'latest'}] runs-on: ubuntu-latest env: GO111MODULE: on @@ -46,7 +46,7 @@ jobs: - name: Setup go uses: actions/setup-go@v5 with: - go-version: '1.22.2' + go-version: '1.22.3' - name: Checkout Source uses: actions/checkout@v4 - uses: actions/cache@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 826984034..e5e3f2c79 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.22.2' + go-version: '1.22.3' - name: Install Cosign uses: sigstore/cosign-installer@v3 with: - cosign-release: 'v2.2.3' + cosign-release: 'v2.2.4' - name: Store Cosign private key in a file run: 'echo "$COSIGN_KEY" > /tmp/cosign.key' shell: bash