From 6f42d966e347b31df604cfffc6bf3dccc577c837 Mon Sep 17 00:00:00 2001 From: Atrestis Karalis <3718672+atrestis@users.noreply.github.com> Date: Sat, 16 Nov 2024 19:20:33 +0200 Subject: [PATCH] Update go version to 1.23.X in README (#2968) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4cccce3..bd63d4da 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ Binaries for Linux, Windows and Mac are available as tarballs in the [release pa ## Building From Source - K9s is currently using GO v1.22.X or above. + K9s is currently using GO v1.23.X or above. In order to build K9s from source you must: 1. Clone the repo