mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 11:35:51 +00:00
Update go version in build and release scripts (#957)
This commit is contained in:
parent
970cc2957f
commit
ae3c2f787c
2 changed files with 3 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
version: [{go: '1.19.8', golangci: 'v1.52.0'}, {go: '1.20.3', golangci: 'latest'}]
|
||||
version: [{go: '1.19.9', golangci: 'v1.52.0'}, {go: '1.20.4', 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.3'
|
||||
go-version: '1.20.4'
|
||||
- name: Checkout Source
|
||||
uses: actions/checkout@v3
|
||||
- uses: actions/cache@v3
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.20.3'
|
||||
go-version: '1.20.4'
|
||||
- name: Install Cosign
|
||||
uses: sigstore/cosign-installer@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue