From 59291a08aeb9c9dc9a61ee453e7a05cbfa297784 Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Mon, 20 Jan 2025 09:31:43 +0100 Subject: [PATCH] Update to go version 1.23.5 and 1.22.11 (#1291) --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31a268d..4cd9891 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: test: strategy: matrix: - version: [{go: '1.22.10', golangci: 'latest'}, {go: '1.23.4', golangci: 'latest'}] + version: [{go: '1.22.11', golangci: 'latest'}, {go: '1.23.5', 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.4' + go-version: '1.23.5' - name: Checkout Source uses: actions/checkout@v4 - uses: actions/cache@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8b2326..2cde3e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.23.4' + go-version: '1.23.5' - name: Install Cosign uses: sigstore/cosign-installer@v3 with: