From 3a52950bd0897388f02dcb9fa395cc00118932c6 Mon Sep 17 00:00:00 2001 From: Philippe Martin Date: Fri, 27 Mar 2026 14:03:54 +0100 Subject: [PATCH] chore: use go v1.26 Signed-off-by: Philippe Martin --- AGENTS.md | 2 +- README.md | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index c85a761..01110b5 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1738,7 +1738,7 @@ All source files must include Apache License 2.0 copyright headers with Red Hat ## Dependencies - Cobra (github.com/spf13/cobra): CLI framework -- Go 1.25+ +- Go 1.26+ ## Testing diff --git a/README.md b/README.md index 49d1dca..3313ab5 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ kortex-cli is a command-line interface for launching and managing AI agents with ### Prerequisites -- Go 1.25+ +- Go 1.26+ - Make ### Build diff --git a/go.mod b/go.mod index ed25b78..cad0602 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/kortex-hub/kortex-cli -go 1.25.7 +go 1.26.1 require ( github.com/kortex-hub/kortex-cli-api/cli/go v0.0.0-20260326121446-aa3f0c37fc1e