From 4adb55a3b4b433532d72ef8efef785d5e0bfdf98 Mon Sep 17 00:00:00 2001 From: mesutoezdil Date: Sun, 19 Apr 2026 21:15:21 +0200 Subject: [PATCH 1/2] docs: bump required Go version to 1.26.1 The go.mod file declares 'go 1.26.1' so a contributor on Go 1.24 will hit a build error. Aligning the DEVELOPMENT.md prerequisite with the actual module requirement. Signed-off-by: mesutoezdil --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index a7cc65739..7a64334b2 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -17,7 +17,7 @@ Before you can run kagent in Kubernetes, you need to have the following tools in - **Kind** (v0.27.0+) - **kubectl** (v1.33.4+) - **Helm** -- **Go** (v1.24.6+) +- **Go** (v1.26.1+) - **Docker** - **Docker Buildx** (v0.23.0+) - **Make** From ca3ca57bc2343ee974952597a7c5715ee3e3b0a2 Mon Sep 17 00:00:00 2001 From: mesutoezdil Date: Tue, 21 Apr 2026 14:33:22 +0200 Subject: [PATCH 2/2] ci: retrigger checks Signed-off-by: mesutoezdil