1
0
mirror of https://github.com/securego/gosec.git synced 2025-03-21 21:17:32 +02:00

Update Go version in CI scripts ()

This commit is contained in:
Cosmin Cojocar 2022-11-08 09:54:40 +01:00 committed by GitHub
parent 6a964b2a86
commit 0acfbb436c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions
.github/workflows

@ -11,8 +11,8 @@ jobs:
strategy:
matrix:
go_version:
- '1.18.7' # TODO: remove this once actions/setup-go@v3 uses latest as latest; see https://github.com/securego/gosec/pull/880
- '1.19.2' # TODO: remove this once actions/setup-go@v3 uses latest as latest; see https://github.com/securego/gosec/pull/880
- '1.18.8' # TODO: remove this once actions/setup-go@v3 uses latest as latest; see https://github.com/securego/gosec/pull/880
- '1.19.3' # TODO: remove this once actions/setup-go@v3 uses latest as latest; see https://github.com/securego/gosec/pull/880
runs-on: ubuntu-latest
env:
GO111MODULE: on

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