1
0
mirror of synced 2024-11-22 13:06:05 +03:00

update test matrix

This commit is contained in:
Pavel 2020-04-07 16:41:42 +03:00
parent 501f2cacdc
commit 9166c63a0c

View File

@ -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 ./...