From 2fa95628cc66ced83e7dde173a6d5e887f518c95 Mon Sep 17 00:00:00 2001 From: Sherlock Yin Date: Thu, 26 Feb 2026 17:24:48 +0800 Subject: [PATCH] docs: update Go version to 1.25 in README files --- README.md | 4 ++-- README_CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 72f7eca..56810bc 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The service acts as a lightweight middleware between your applications and SMTP 4. **Integration**: Communicates with external SMTP servers to deliver messages. ### Technical Stack -- **Language**: [Go](https://go.dev/) (1.18+) +- **Language**: [Go](https://go.dev/) (1.25+) - **Web Framework**: [Gin Gonic](https://gin-gonic.com/) - **Email Client**: [Gomail](https://github.com/go-gomail/gomail) - **Config Management**: YAML & Environment Variables @@ -37,7 +37,7 @@ The service acts as a lightweight middleware between your applications and SMTP #### Prerequisites -- Go 1.18 or higher (for building from source) +- Go 1.25 or higher (for building from source) #### Installation diff --git a/README_CN.md b/README_CN.md index bf40d4e..1aa2002 100644 --- a/README_CN.md +++ b/README_CN.md @@ -28,7 +28,7 @@ 4. **集成层**: 与外部 SMTP 服务器通信,完成最终投递。 ### 技术栈 -- **核心语言**: [Go](https://go.dev/) (1.18+) +- **核心语言**: [Go](https://go.dev/) (1.25+) - **Web 框架**: [Gin Gonic](https://gin-gonic.com/) - **邮件库**: [Gomail](https://github.com/go-gomail/gomail) - **配置管理**: YAML 与 环境变量 @@ -37,7 +37,7 @@ #### 前置要求 -- Go 1.18 或更高版本 (用于从源码编译) +- Go 1.25 或更高版本 (用于从源码编译) #### 安装步骤