Skip to content

Commit

Permalink
Upgrade resource class for release job [skip ci]
Browse files Browse the repository at this point in the history
Set resource class to large for release job because it is running out of
memory.
  • Loading branch information
tylertreat committed Jan 21, 2022
1 parent 99e2930 commit 707350a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
release:
docker:
- image: circleci/golang:1.17
resource_class: large
steps:
- checkout
- run: curl -sL https://git.io/goreleaser | bash
Expand Down

0 comments on commit 707350a

Please sign in to comment.