build: bump Go versions, use '.x' to always get latest patch versions
This commit is contained in:
parent
832bd8101c
commit
433c5506ce
@ -1,13 +1,13 @@
|
|||||||
language: go
|
language: go
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- go: "1.11"
|
- go: "1.11.x"
|
||||||
env: RACE=TRUE USE_LINT=TRUE
|
env: RACE=TRUE USE_LINT=TRUE
|
||||||
- go: "1.11"
|
- go: "1.11.x"
|
||||||
env: RACE=FALSE USE_LINT=TRUE
|
env: RACE=FALSE USE_LINT=TRUE
|
||||||
- go: "1.10"
|
- go: "1.10.x"
|
||||||
env: RACE=TRUE USE_LINT=FALSE
|
env: RACE=TRUE USE_LINT=FALSE
|
||||||
- go: "1.10"
|
- go: "1.10.x"
|
||||||
env: RACE=FALSE USE_LINT=FALSE
|
env: RACE=FALSE USE_LINT=FALSE
|
||||||
sudo: required
|
sudo: required
|
||||||
install:
|
install:
|
||||||
|
Loading…
Reference in New Issue
Block a user