Update go version to 1.23.1 and 1.22.7 (#1216)

Change-Id: I2c5ad3b96a96470ce663de84d767590b842990ac

Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
This commit is contained in:
Cosmin Cojocar 2024-09-09 15:29:43 +02:00 committed by GitHub
parent 5e53c8b9f7
commit 0396179112
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
version: [{go: '1.22.6', golangci: 'latest'}, {go: '1.23.0', golangci: 'latest'}]
version: [{go: '1.22.7', golangci: 'latest'}, {go: '1.23.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.23.0'
go-version: '1.23.1'
- name: Checkout Source
uses: actions/checkout@v4
- uses: actions/cache@v4

View file

@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23.0'
go-version: '1.23.1'
- name: Install Cosign
uses: sigstore/cosign-installer@v3
with: