diff --git a/.circleci/config.yml b/.circleci/config.yml index 29a3d37..8f8c705 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,9 +14,10 @@ jobs: release: docker: - image: cimg/go:1.18 + resource_class: large steps: - checkout - run: - name: build - no_output_timeout: 60m - command: curl -sL https://git.io/goreleaser | bash + name: build + no_output_timeout: 60m + command: curl -sL https://git.io/goreleaser | bash