1
0
mirror of https://github.com/securego/gosec.git synced 2025-09-16 09:06:19 +02: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:
Cosmin Cojocar
2022-07-26 11:08:30 +02:00
committed by GitHub
parent 3cda47a9b8
commit 21fcd2f904

View File

@@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
go_version:
- '1.16'
- '1.17'
- '1.18'
runs-on: ubuntu-latest