diff --git a/.travis.yml b/.travis.yml index bbac2d4b905..e3c049581d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,7 @@ script: ./scripts/runTestsOnTravis.sh $TEST_SUITE deploy: provider: script cleanup: true - script: curl -sL http://git.io/goreleaser | bash + script: curl -sfL https://goreleaser.com/static/run | VERSION=v1.26.2 bash on: tags: true condition: ($TRAVIS_GO_VERSION =~ 1.22) && ($TEST_SUITE = "compile")