From ebd280b8fff70fe648fbebbcfee0ab714aa0ed9b Mon Sep 17 00:00:00 2001 From: syumai Date: Sat, 22 Feb 2025 23:59:49 +0900 Subject: [PATCH] update Go version in Quick Start --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8531f04..d660ae1 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ First, please install the following tools: * Node.js (and npm) * [wrangler](https://developers.cloudflare.com/workers/wrangler/) - You can install it by running `npm install -g wrangler`. -* Go 1.21.3 or later +* Go 1.24.0 or later * [gonew](https://pkg.go.dev/golang.org/x/tools/cmd/gonew) - You can install it by running `go install golang.org/x/tools/cmd/gonew@latest`