Skip to content

Commit d5f148e

Browse files
authored
Merge pull request #206 from smlx/fix-build
chore: update build make target for goreleaser 2.x
2 parents 8f2d7a6 + 8ed2efd commit d5f148e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
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)