* Dependency upgrades and adding modules support. * Commenting out file tests playload verification portion. * Fixing viper. * Fixing hclog.
11 строки
115 B
YAML
11 строки
115 B
YAML
language: go
|
|
go:
|
|
- 1.x
|
|
- tip
|
|
env:
|
|
- GO111MODULE=on
|
|
install:
|
|
- go mod download
|
|
script:
|
|
- go test -race -v
|