diff --git a/.circleci/config.yml b/.circleci/config.yml index 1d723908c..63c6213d2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -113,11 +113,11 @@ jobs: - run: name: Install gox command: | - GO111MODULE=off go get github.com/mitchellh/gox + go install github.com/mitchellh/gox@latest - run: name: Install github-release command: | - GO111MODULE=off go get github.com/aktau/github-release + go install github.com/aktau/github-release@latest - run: name: Build cross platform releases command: |