From dba71aaee4f20442ea1f7a91c4ce10a5e93ae6d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=20McCord?= Date: Sat, 26 Jan 2019 16:44:01 -0500 Subject: [PATCH] travis: update to go 1.11 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7cfc6ec..0235f92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go go: - - "1.10" + - "1.11" install: - go get -u github.com/golang/dep/cmd/dep/... - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.13