Skip to content

Commit

Permalink
install goreleaser v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Aug 20, 2024
1 parent 999aa74 commit 7853307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install-tools:
cd $(TOOLS_MOD_DIR) && go install github.com/google/addlicense@v1.1.0
cd $(TOOLS_MOD_DIR) && go install github.com/mgechev/revive@v1.3.1
cd $(TOOLS_MOD_DIR) && go install github.com/uw-labs/lichen@v0.1.7
cd $(TOOLS_MOD_DIR) && go install github.com/goreleaser/goreleaser@v1.21.2
cd $(TOOLS_MOD_DIR) && go install github.com/goreleaser/goreleaser@v2.1.0
cd $(TOOLS_MOD_DIR) && go install github.com/client9/misspell/cmd/misspell@v0.3.4

.PHONY: tidy
Expand Down

0 comments on commit 7853307

Please sign in to comment.