From eb737b6527f21443f9b19f1e1aa030d23a3b7c3f Mon Sep 17 00:00:00 2001 From: Nicholas Thompson Date: Mon, 15 Jun 2020 14:27:10 +0200 Subject: [PATCH] Update Go and lint version for travis CI --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f32e64a..a23f795 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ env: - GO111MODULE=on go: - - 1.12.x + - 1.14.x git: depth: 1 @@ -17,7 +17,7 @@ notifications: email: false before_script: - - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.15.0 + - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.26.0 - go mod vendor script: