mirror of
https://github.com/securego/gosec.git
synced 2025-01-03 22:52:22 +02:00
7 lines
95 B
YAML
7 lines
95 B
YAML
language: go
|
|
before_script:
|
|
- go vet $(go list ./... | grep -v /vendor/)
|
|
go:
|
|
- 1.5
|
|
- tip
|