From f786fc117fd4c055e864a1d564f9b2ec5bfd9f7c Mon Sep 17 00:00:00 2001 From: Marco Vito Moscaritolo Date: Sun, 29 Mar 2020 13:33:01 +0200 Subject: [PATCH] Update go version to 1.14 --- .travis.yml | 6 +++--- go.mod | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8571b11e..3f98b383 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ sudo: false install: true go: - - 1.13.x + - 1.14.x - tip after_script: @@ -24,13 +24,13 @@ jobs: - make test-all - make cleanup - ./scripts/delete-token.sh $HETZNER_API_KEY - go: 1.13.x + go: 1.14.x if: fork = false - stage: Build script: - make build - go: 1.13.x + go: 1.14.x if: tag IS present deploy: diff --git a/go.mod b/go.mod index ae474946..d8872d2d 100644 --- a/go.mod +++ b/go.mod @@ -35,4 +35,4 @@ require ( gopkg.in/yaml.v2 v2.2.1 // indirect ) -go 1.13 +go 1.14