Skip to content

Commit 8ed2efd

Browse files
committed
chore: update build make target for goreleaser 2.x
1 parent 8f2d7a6 commit 8ed2efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ generate: mod-tidy
1414

1515
.PHONY: build
1616
build:
17-
goreleaser build --clean --debug --single-target --snapshot
17+
goreleaser build --verbose --clean --single-target --snapshot
1818

1919
.PHONY: lint
2020
lint:

0 commit comments

Comments
 (0)