mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
Update the build file to validate gas from go version 1.7 onward
This commit is contained in:
parent
84bfbbfd8c
commit
e15c057349
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue