mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 11:35:51 +00:00
Bump the go versions and golanci
This commit is contained in:
parent
e7bfcd1d53
commit
8e7cf4bd72
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.6', golangci: 'v1.50.1'}, {go: '1.20.1', golangci: 'latest'}]
|
||||
version: [{go: '1.19.2', golangci: 'v1.52.0'}, {go: '1.20.2', 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.1'
|
||||
go-version: '1.20.2'
|
||||
- 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.1'
|
||||
go-version: '1.20.2'
|
||||
- name: Install Cosign
|
||||
uses: sigstore/cosign-installer@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue