ci: bump go to 1.14

This commit is contained in:
Leo Antunes 2020-05-10 13:11:49 +02:00
parent 4f169bc270
commit 9d057e93f5
1 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@ dist: xenial
go:
- "1.13"
- "1.14"
- "master"
os:
@ -39,11 +40,11 @@ jobs:
script: go mod download -json
- stage: test
name: end-to-end
go: "1.13"
go: "1.14"
script: make e2e
- stage: release
script: make release GOARCHES="amd64 arm arm64"
go: "1.13.4" # explicit version to ease reproducibility
go: "1.14.2" # explicit version to ease reproducibility
if: tag IS present
deploy:
provider: releases