mirror of
https://github.com/securego/gosec.git
synced 2024-12-24 11:35:52 +00:00
Use the latest version
This commit is contained in:
parent
6a73248135
commit
96bb741801
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version: [{go: '1.19.2', golangci: 'v1.52.0'}, {go: '1.20.2', golangci: 'latest'}]
|
version: [{go: '1.19.7', golangci: 'v1.52.0'}, {go: '1.20.2', golangci: 'latest'}]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
GO111MODULE: on
|
GO111MODULE: on
|
||||||
|
|
Loading…
Reference in a new issue