Bump Go supported version to 1.11-1.13

This might allow to switch to Go modules as the next step.
This commit is contained in:
Andrey Smirnov
2019-09-03 22:42:20 +03:00
committed by Andrey Smirnov
parent 769e984ef4
commit 7ae5a12f4a
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -26,11 +26,11 @@ matrix:
env: RUN_LONG_TESTS=no
fast_finish: true
include:
- go: 1.10.x
env: RUN_LONG_TESTS=no
- go: 1.11.x
env: RUN_LONG_TESTS=yes
env: RUN_LONG_TESTS=no
- go: 1.12.x
env: RUN_LONG_TESTS=yes
- go: 1.13.x
env:
- RUN_LONG_TESTS=yes
- DEPLOY_BINARIES=yes