From 17a4be85d8bd60c1e9f497774ecc90f5083e98a3 Mon Sep 17 00:00:00 2001 From: Matt Kilgore Date: Thu, 24 Apr 2025 21:47:25 -0400 Subject: [PATCH] Fix required go version for dev --- docs/en/contribute/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/contribute/get-started.md b/docs/en/contribute/get-started.md index 5ae6d3eb..7ac8a0e7 100644 --- a/docs/en/contribute/get-started.md +++ b/docs/en/contribute/get-started.md @@ -6,7 +6,7 @@ There is a devcontainer available for this project. If you are using VSCode, you can use the devcontainer to get started. If you are not using VSCode, you need to ensure that you have the following tools installed: -- [Go 1.19+](https://golang.org/doc/install) +- [Go 1.23+](https://golang.org/doc/install) - [Swaggo](https://github.com/swaggo/swag) - [Node.js 16+](https://nodejs.org/en/download/) - [pnpm](https://pnpm.io/installation)