From 9a89b865f010f32f91850c558bf46cc335dc752f Mon Sep 17 00:00:00 2001 From: Mattia Rossi Date: Thu, 23 Feb 2023 15:48:02 +0100 Subject: [PATCH] Fix circleci timeout --- .circleci/config.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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