diff --git a/.circleci/config.yml b/.circleci/config.yml index ca99013..9033c5b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,12 +11,12 @@ workflows: ci: jobs: - checkout - - linting: - requires: - - checkout - - testing: - requires: - - checkout + # - linting: + # requires: + # - checkout + # - testing: + # requires: + # - checkout - publishing: requires: - checkout @@ -64,7 +64,7 @@ jobs: --location \ --header "Accept: application/tar+gzip, application/x-gzip, application/octet-stream" \ -o - \ - "https://github.com/goreleaser/goreleaser/releases/download/v${goreleaser}/goreleaser_Linux_x86_64.tar.gz" \ + "https://github.com/goreleaser/goreleaser/releases/download/v0.59.0/goreleaser_Linux_x86_64.tar.gz" \ | tar --no-same-owner -C /usr/bin/ -xz goreleaser \ && chmod 0755 /usr/bin/goreleaser \ && /usr/bin/goreleaser -v