diff --git a/.circleci/config.yml b/.circleci/config.yml index b4fa060..13b5fa3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,10 +43,6 @@ jobs: - checkout - attach_workspace: at: /tmp - - run: - name: go get - command: | - go get -v ./... - goreleaser: release-type: << parameters.release-type >> diff --git a/.goreleaser.yml b/.goreleaser.yml index e52c2bf..7109202 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -3,7 +3,7 @@ before: hooks: # this is just an example and not a requirement for provider building/publishing - - go mod tidy + - go mod download builds: - env: # goreleaser does not work with CGO, it could also complicate