fix(docs): CONTRIBUTING update goreleaser install command (#2099)

fix(docs): Fix goreleaser install command
This commit is contained in:
Raymond Ha 2025-06-22 08:26:45 -04:00 committed by GitHub
parent 22f1fd53a9
commit 2b563a1c4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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/): Install it with `go install` or check the [docs for alternatives](https://goreleaser.com/install/):
```shell ```shell
go install github.com/goreleaser/goreleaser@latest go install github.com/goreleaser/goreleaser/v2@latest
``` ```
Then to build binaries, run: Then to build binaries, run: