Update documented go version

This commit is contained in:
Jan Dittberner 2022-12-03 13:41:08 +01:00
parent 4345e5d899
commit ef1ac1950b

View file

@ -11,7 +11,7 @@ You will need GNU make to build the application. On Debian systems you can insta
sudo apt install make 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. [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. Read the documentation of these tools, to find out how to use them.