Merge pull request from golangci/go1.14

dev: use go1.14
This commit is contained in:
Aleksandr Razumov 2020-02-28 14:07:38 +03:00 committed by GitHub
commit 938e1dde94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ language: go
go:
- 1.12.x
- 1.13.x
- 1.14rc1
- 1.14.x
before_script:
- nvm install 12.14.0
@ -31,4 +31,4 @@ deploy:
on:
tags: true
# it's important to build on the newest version of go:
condition: $TRAVIS_GO_VERSION =~ ^1\.13
condition: $TRAVIS_GO_VERSION =~ ^1\.14