Fix #595 - Start using GO 1.12

This commit is contained in:
Aleksey Dmitrevskiy
2019-02-26 15:32:56 +03:00
parent 71ab95f12f
commit 2dc2a0946a
4 changed files with 17 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ language: go
sudo: false
go:
- 1.11.x
- 1.12.x
- 1.x
os:
- linux
@@ -38,7 +38,7 @@ matrix:
# Release build configuration
- name: release
go:
- 1.11.x
- 1.12.x
os:
- linux
@@ -66,7 +66,7 @@ matrix:
- name: docker
if: type != pull_request AND (branch = master OR tag = true)
go:
- 1.11.x
- 1.12.x
os:
- linux
services: