mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
Phase out support for Go 1.16 since is not supported anymore by Go team (#837)
Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
This commit is contained in:
parent
3cda47a9b8
commit
21fcd2f904
1 changed files with 0 additions and 1 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -11,7 +11,6 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
go_version:
|
||||
- '1.16'
|
||||
- '1.17'
|
||||
- '1.18'
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue