From d89557b27711224dfc4d3f91c3bd2172b1747090 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Wed, 29 Nov 2023 11:42:52 -0300 Subject: [PATCH] docs: install should say the required Go version refs https://github.com/orgs/goreleaser/discussions/4443 --- www/docs/install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/docs/install.md b/www/docs/install.md index 05033cf7b3e..10d9f975624 100644 --- a/www/docs/install.md +++ b/www/docs/install.md @@ -180,6 +180,8 @@ Once you do that, you can install the packages. go install github.com/goreleaser/goreleaser@latest ``` + Requires Go 1.21. + ### bash script === "OSS"