travis: bump go version to 1.15.x

This commit is contained in:
Wilmer Paulino 2021-02-22 17:52:37 -08:00
parent 742d879352
commit 967f663f84
No known key found for this signature in database
GPG key ID: 6DF57B9F9514972F

View file

@ -1,6 +1,6 @@
language: go
go:
- "1.13.x"
- "1.15.x"
sudo: false
install:
- GO111MODULE=on go install -v ./...