Skip to content

Commit

Permalink
pointed directly to get goreleaser binary (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
neel-astro committed Apr 29, 2022
1 parent 5dbc6db commit 63f8f69
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 @@ -43,7 +43,7 @@ jobs:
- checkout
- run:
name: goreleaser
command: curl -sL https://git.io/goreleaser | bash
command: curl -sL https://raw.githubusercontent.com/goreleaser/get/master/get | bash
workflows:
version: 2.1
build-images:
Expand Down

0 comments on commit 63f8f69

Please sign in to comment.