mirror of
https://github.com/securego/gosec.git
synced 2025-02-07 13:07:56 +02:00
Update the build file to validate gas from go version 1.7 onward
This commit is contained in:
parent
84bfbbfd8c
commit
e15c057349
@ -2,7 +2,9 @@ language: go
|
||||
before_script:
|
||||
- go vet $(go list ./... | grep -v /vendor/)
|
||||
go:
|
||||
- 1.5
|
||||
- 1.7
|
||||
- 1.8
|
||||
- 1.9
|
||||
- tip
|
||||
install:
|
||||
- go get -v github.com/onsi/ginkgo/ginkgo
|
||||
|
Loading…
x
Reference in New Issue
Block a user