diff --git a/.travis.yml b/.travis.yml index e5da5f03..ec27b72c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ deploy: script: curl -sL https://git.io/goreleaser | bash on: tags: true - condition: $TRAVIS_GO_VERSION =~ ^1\.10\.[0-9]+$ + condition: $TRAVIS_GO_VERSION =~ ^1\.11\.[0-9]+$ - provider: releases api_key: ${GITHUB_TOKEN} @@ -40,4 +40,4 @@ deploy: file_glob: true on: tags: true - condition: $TRAVIS_GO_VERSION =~ ^1\.10\.[0-9]+$ + condition: $TRAVIS_GO_VERSION =~ ^1\.11\.[0-9]+$