diff --git a/.goreleaser.yml b/.goreleaser.yml index b76a7ace86..36add3d079 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,6 +1,6 @@ before: hooks: - - GO111MODULE=off dep ensure -vendor-only + - dep ensure -vendor-only builds: - env: - CGO_ENABLED=0 diff --git a/.travis.yml b/.travis.yml index e7e7d81ff6..69d03a8246 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ jobs: deploy: - provider: script skip_cleanup: true - script: curl -sL https://git.io/goreleaser | bash + script: curl -sL https://git.io/goreleaser | GO111MODULE=off bash on: tags: true condition: "$TRAVIS_OS_NAME = linux"