From 2b563a1c4e33fa0285387c2e666c26ac7a0e4b0d Mon Sep 17 00:00:00 2001 From: Raymond Ha Date: Sun, 22 Jun 2025 08:26:45 -0400 Subject: [PATCH] fix(docs): CONTRIBUTING update goreleaser install command (#2099) fix(docs): Fix goreleaser install command --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 12936cc..28f86c2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -117,7 +117,7 @@ You can optionally build it with [GoReleaser](https://goreleaser.com/) which mak Install it with `go install` or check the [docs for alternatives](https://goreleaser.com/install/): ```shell -go install github.com/goreleaser/goreleaser@latest +go install github.com/goreleaser/goreleaser/v2@latest ``` Then to build binaries, run: