1
0
mirror of https://github.com/securego/gosec.git synced 2025-07-15 01:04:43 +02:00

Phase out support for go version 1.15 because current ginko is not backward compatible (#710)

We are going to support only the stable versions provided by the Go team.
This commit is contained in:
Cosmin Cojocar
2021-10-15 10:46:13 +02:00
committed by GitHub
parent 17105ab93e
commit 5a3a27afae

View File

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