update test matrix
This commit is contained in:
parent
501f2cacdc
commit
9166c63a0c
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,11 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- '1.8'
|
|
||||||
- '1.9'
|
|
||||||
- '1.10'
|
|
||||||
- '1.11'
|
- '1.11'
|
||||||
|
- '1.12'
|
||||||
|
- '1.13'
|
||||||
|
- '1.14'
|
||||||
|
env:
|
||||||
|
- GO111MODULE=on
|
||||||
before_install:
|
before_install:
|
||||||
- go mod tidy
|
- go mod tidy
|
||||||
script: go test -v ./...
|
script: go test -v ./...
|
||||||
|
|
Loading…
Add table
Reference in a new issue