test on newer golang versions

This commit is contained in:
Pavel 2019-09-19 14:22:15 +03:00
parent 20dd81c489
commit 94b7f17c6c

View File

@ -1,9 +1,11 @@
language: go
env:
- GO111MODULE=on
go:
- '1.8'
- '1.9'
- '1.10'
- '1.11'
- '1.12'
- '1.13'
before_install:
- go mod tidy
script: