Skip to content

Commit 104aa21

Browse files
authored
bump goreleaser to 0.177.0 to address broken goreleaser install script (#5187)
Signed-off-by: Joe Lanford <[email protected]>
1 parent 15d14c6 commit 104aa21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ release: ## Publish an operator-sdk release, with option for a dry run with DRY_
2424
ifeq (,$(GIT_VERSION))
2525
$(error "GIT_VERSION must be set to a git tag")
2626
endif
27-
$(SCRIPTS_DIR)/fetch goreleaser 0.156.0
27+
$(SCRIPTS_DIR)/fetch goreleaser 0.177.0
2828
GORELEASER_CURRENT_TAG=$(GIT_VERSION) $(TOOLS_DIR)/goreleaser $(SNAPSHOT_FLAGS) --release-notes=$(CHANGELOG) --parallelism 5
2929
ifneq ($(DRY_RUN),)
3030
rm $(CHANGELOG)

0 commit comments

Comments
 (0)