mirror of
https://github.com/securego/gosec.git
synced 2024-12-25 03:55:54 +00:00
Drop support for go 1.19.x since go team doesn't ship anymore security fixes for it
Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
This commit is contained in:
parent
7a98537c9a
commit
aebe20cfba
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.13', golangci: 'v1.52.0'}, {go: '1.20.8', golangci: 'latest'}, {go: '1.21.1', golangci: 'latest'}]
|
version: [{go: '1.20.8', golangci: 'latest'}, {go: '1.21.1', golangci: 'latest'}]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
GO111MODULE: on
|
GO111MODULE: on
|
||||||
|
|
Loading…
Reference in a new issue