1
0
mirror of https://github.com/securego/gosec.git synced 2025-04-21 12:06:56 +02:00

Update the build file to validate gas from go version 1.7 onward

This commit is contained in:
Cosmin Cojocar 2018-02-10 19:46:39 +01:00
parent 84bfbbfd8c
commit e15c057349

@ -2,7 +2,9 @@ language: go
before_script: before_script:
- go vet $(go list ./... | grep -v /vendor/) - go vet $(go list ./... | grep -v /vendor/)
go: go:
- 1.5 - 1.7
- 1.8
- 1.9
- tip - tip
install: install:
- go get -v github.com/onsi/ginkgo/ginkgo - go get -v github.com/onsi/ginkgo/ginkgo