17 lines
149 B
YAML
17 lines
149 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
go:
|
|
- "1.14"
|
|
- "1.15"
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
script: make updatedeps test testrace
|