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