From 8da8fc286e6a0f4347784ef495731994f0480a65 Mon Sep 17 00:00:00 2001 From: CYJiang Date: Tue, 26 May 2026 10:12:19 +0800 Subject: [PATCH] docs: bump required Go version to 1.25 in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb941d5..8c17ae9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ brew install anthropics/tap/ant ### Installing with Go -To test or install the CLI locally, you need [Go](https://go.dev/doc/install) version 1.22 or later installed. +To test or install the CLI locally, you need [Go](https://go.dev/doc/install) version 1.25 or later installed. ```sh go install 'github.com/anthropics/anthropic-cli/cmd/ant@latest'