From 2e4795a7687b70a468e4f686ef05988994af1a7b Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Thu, 5 Sep 2024 13:54:51 +0200 Subject: [PATCH] README: Update the Go support version to 1.23 The lack of workspace vendoring support from 1.22 remains true even for 1.23. Signed-off-by: Erik Skultety --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 868389995..fb5fda159 100644 --- a/README.md +++ b/README.md @@ -747,7 +747,7 @@ The table below shows the supported package managers and their support level in Tool | Version | --- |---------| -Go* | 1.20.7, 1.22.0 (no workspace vendoring support) | +Go* | 1.20.7, 1.23.0 (no workspace vendoring support) | Npm | 9.5.0 | Node | 18.16.1 | Pip | 22.3.1 |