2019-07-08 09:21:21 +00:00
|
|
|
notifications:
|
|
|
|
email: false
|
|
|
|
|
|
|
|
language: go
|
2019-07-25 06:51:30 +00:00
|
|
|
go:
|
|
|
|
- "1.12.x"
|
2019-09-30 15:11:30 +00:00
|
|
|
- "1.13.x"
|
2019-07-08 09:21:21 +00:00
|
|
|
|
|
|
|
install: true
|
|
|
|
|
|
|
|
env:
|
2019-07-25 06:51:30 +00:00
|
|
|
- GO111MODULE=on GOFLAGS=-mod=vendor
|
|
|
|
|
2019-07-08 09:21:21 +00:00
|
|
|
before_script:
|
2019-07-25 06:51:30 +00:00
|
|
|
- make install-linter
|
2019-07-08 09:21:21 +00:00
|
|
|
|
2019-07-25 06:51:30 +00:00
|
|
|
script:
|
|
|
|
- make lint
|
|
|
|
- make test
|