From ef1ac1950b8b604cbfb9b3d2120e3e0cbad970cd Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sat, 3 Dec 2022 13:41:08 +0100 Subject: [PATCH] Update documented go version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91942f0..cc369eb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You will need GNU make to build the application. On Debian systems you can insta sudo apt install make ``` -Install [go](https://go.dev/) >= 1.17, [golangci-lint](https://golangci-lint.run/usage/install/) >= 1.50.0 and +Install [go](https://go.dev/) >= 1.19, [golangci-lint](https://golangci-lint.run/usage/install/) >= 1.50.0 and [goreleaser](https://goreleaser.com/install/), as these are used for building and linting the application. Read the documentation of these tools, to find out how to use them.