build: bump Go versions, use '.x' to always get latest patch versions

This commit is contained in:
Harald Nordgren 2018-10-31 04:15:42 +01:00 committed by Olaoluwa Osuntokun
parent 832bd8101c
commit 433c5506ce

View File

@ -1,13 +1,13 @@
language: go
matrix:
include:
- go: "1.11"
- go: "1.11.x"
env: RACE=TRUE USE_LINT=TRUE
- go: "1.11"
- go: "1.11.x"
env: RACE=FALSE USE_LINT=TRUE
- go: "1.10"
- go: "1.10.x"
env: RACE=TRUE USE_LINT=FALSE
- go: "1.10"
- go: "1.10.x"
env: RACE=FALSE USE_LINT=FALSE
sudo: required
install: