Skip to content

Commit

Permalink
Fix version of Goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksymAtVgs committed Dec 6, 2021
1 parent a2d9126 commit d923b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- image: cimg/go:1.17
steps:
- checkout
- run: go install github.com/goreleaser/goreleaser@1.1.0
- run: go install github.com/goreleaser/goreleaser@v1.1.0
- run: goreleaser release --skip-sign

workflows:
Expand Down

0 comments on commit d923b24

Please sign in to comment.