mirror of
https://github.com/securego/gosec.git
synced 2024-12-25 12:05:52 +00: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:
parent
17105ab93e
commit
5a3a27afae
1 changed files with 0 additions and 1 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -21,7 +21,6 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go_version:
|
go_version:
|
||||||
- '1.15'
|
|
||||||
- '1.16'
|
- '1.16'
|
||||||
- '1.17'
|
- '1.17'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue