* use Go v1.13

This commit is contained in:
Simon Zolin
2019-11-25 14:10:04 +03:00
parent 0a09c7eb4d
commit dc2c68b1e4
5 changed files with 9 additions and 17 deletions

View File

@@ -2,7 +2,7 @@ language: go
sudo: false
go:
- 1.12.x
- 1.13.x
os:
- linux
- osx
@@ -35,7 +35,7 @@ matrix:
# Release build configuration
- name: release
go:
- 1.12.x
- 1.13.x
os:
- linux
@@ -63,7 +63,7 @@ matrix:
- name: docker
if: type != pull_request AND (branch = master OR tag IS present)
go:
- 1.12.x
- 1.13.x
os:
- linux
services: