From e77b7b0b62e0a996c6b116e52bae2081f83b34fa Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Thu, 12 Sep 2019 16:40:32 -0700 Subject: [PATCH] Update to go1.13 --- .travis.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b602cfc6..991bee27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go go: -- 1.12.x +- 1.13.x addons: apt: packages: diff --git a/Makefile b/Makefile index 164cab35..b3734e53 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ all: build test lint bootstra%: $Q which dep || go get github.com/golang/dep/cmd/dep $Q dep ensure - $Q GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.17.1 + $Q GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.18.0 vendor: Gopkg.lock