Skip to content

Commit

Permalink
Fix circleci timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiarossi authored Feb 23, 2023
1 parent ad6c4aa commit 9a89b86
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9a89b86

Please sign in to comment.