1
0
mirror of https://github.com/securego/gosec.git synced 2024-12-24 20:14:32 +02:00

Update to go 1.22.10 and 1.23.4 versions (#1264)

Change-Id: Ie36866e0b27c08e2211e86f6fffea559a193924c

Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
This commit is contained in:
Cosmin Cojocar 2024-12-12 12:10:18 +01:00 committed by GitHub
parent 329cad89ee
commit ca55eca3de
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.9', golangci: 'latest'}, {go: '1.23.3', golangci: 'latest'}]
version: [{go: '1.22.10', golangci: 'latest'}, {go: '1.23.4', 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.3'
go-version: '1.23.4'
- 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.3'
go-version: '1.23.4'
- name: Install Cosign
uses: sigstore/cosign-installer@v3
with: