We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ae876 commit c6c49d2Copy full SHA for c6c49d2
.travis.yml
@@ -13,13 +13,13 @@ matrix:
13
allow_failures:
14
- go: master
15
include:
16
- - go: 1.8.x
17
- env:
18
- - TAGS="-tags travis"
19
- go: 1.9.x
20
env:
21
- TAGS="-tags travis"
22
- go: 1.10.x
+ env:
+ - TAGS="-tags travis"
+ - go: 1.11.x
23
24
25
- COVERAGE="-cover"
appveyor.yml
@@ -12,7 +12,7 @@ environment:
12
matrix:
- TARGET: x86_64-pc-windows-gnu
-stack: go 1.10
+stack: go 1.11
build_script:
- go get -v -t -race ./...
0 commit comments