From 57951bdcc2386f82da4117c0a3572430b5929de2 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Wed, 22 Feb 2023 10:05:16 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be65ae1..6d3536b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ ClusterCockpit requires a recent version of the golang toolchain. You can check in `go.mod` what is the current minimal golang version required. Homebrew and Archlinux usually have up to date golang versions. For other Linux distros this often means you have to install the golang compiler yourself. -Fprtunatly this is easy with golang. Since a lot of functionality is based on +Fortunatly this is easy with golang. Since a lot of functionality is based on the go standard library it is crucial for security and performance to use a recent golang version. Also an old golang tool chain may restrict the supported versions of third party packages.