fb1c85a956
Upgrade our consul/api import to the equivelent of consul@v1.8.1 which includes a bug fix necessary for #6913. If consul would publish a proper api/ submodule tag we could reference that.
19 lines
171 B
YAML
19 lines
171 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
go:
|
|
- "1.11"
|
|
- "1.12"
|
|
- "1.13"
|
|
- "1.14"
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
script: make updatedeps test testrace
|