Skip to content

Commit

Permalink
build: update goreleaser version pin (#22393)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyshepherd authored Sep 3, 2021
1 parent 279c23a commit e30eb3c
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 @@ -247,7 +247,7 @@ commands:
- run:
name: Install goreleaser
environment:
GORELEASER_VERSION: 0.164.0
GORELEASER_VERSION: 0.177.0
command: |
curl -sfL -o goreleaser-install https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh && \
sh goreleaser-install -b ${GOPATH}/bin v${GORELEASER_VERSION} && \
Expand Down

0 comments on commit e30eb3c

Please sign in to comment.