Update to go version 1.20.7 and 1.19.12 (#993)

Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
This commit is contained in:
Cosmin Cojocar 2023-08-07 10:05:55 +02:00 committed by GitHub
parent fc2f66bbbb
commit 7d51bfe004
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
version: [{go: '1.19.11', golangci: 'v1.52.0'}, {go: '1.20.6', golangci: 'latest'}]
version: [{go: '1.19.12', golangci: 'v1.52.0'}, {go: '1.20.7', golangci: 'latest'}]
runs-on: ubuntu-latest
env:
GO111MODULE: on
@ -46,7 +46,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: '1.20.6'
go-version: '1.20.7'
- name: Checkout Source
uses: actions/checkout@v3
- uses: actions/cache@v3

View file

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