From 60141d398fc46d578301e7a535ecd6c23f421553 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Sat, 17 Nov 2018 17:16:40 +0100 Subject: [PATCH] Update to go1.11 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9745034..ee03406 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: required language: go go: - - 1.9 + - "1.11" notifications: email: false @@ -68,4 +68,4 @@ deploy: script: bash docker-push.sh skip_cleanup: true on: - tags: true \ No newline at end of file + tags: true