From 701e14b6883b48f2fc4c86330a5e340791b34bcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20SO=C3=8BTE?= Date: Fri, 21 Dec 2018 11:30:02 +0100 Subject: [PATCH] Bump to Go 1.11 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2b27c75..357432d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: -- "1.10" +- "1.11" after_success: - test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash