Skip to content

Commit 8ef4aa5

Browse files
committed
remove deprecated goreleaser flag
1 parent af6aaa1 commit 8ef4aa5

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
@@ -19,7 +19,7 @@ install:
1919
go install -v -ldflags "-X main.commit=$(GIT_COMMIT) -X main.version=$(GIT_TAG)"
2020

2121
release:
22-
goreleaser --skip-publish --rm-dist
22+
goreleaser --skip-publish --clean
2323

2424
test:
2525
cd lib && go test . && go vet .

0 commit comments

Comments
 (0)