Skip to content

Commit

Permalink
Bump goreleaser to v0.179.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Jung <alex@nderjung.net>
  • Loading branch information
nderjung committed Sep 29, 2021
1 parent b0a69ed commit f9c228c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ builds:
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.buildTime={{.Date}}`.

dockers:
- binaries:
- github-pr-comment
dockerfile: Dockerfile
- dockerfile: Dockerfile
use: docker
# todo: on 1.0 remove 'v' prefix
image_templates:
- "ndrjng/concourse-github-pr-comment-resource:latest"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ci-install-go-tools:

.PHONY: ci-install-ci-tools
ci-install-ci-tools:
$(Q)curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh -s -- -b /usr/local/bin/ "v0.146.0"
$(Q)curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh -s -- -b /usr/local/bin/ "v0.179.0"

.PHONY: ci-docker-login
ci-docker-login:
Expand Down

0 comments on commit f9c228c

Please sign in to comment.