fix: 更新CI Go版本为1.25(匹配go.mod)

This commit is contained in:
Your Name
2026-08-11 11:21:41 +08:00
parent 74fa759274
commit 8c8501d969
Vendored
+1 -1
View File
@@ -7,7 +7,7 @@ pipeline {
environment {
// ─── 基础配置 ───
APP_NAME = 'note-manager'
GO_VERSION = '1.21'
GO_VERSION = '1.25'
GIT_REPO = 'https://git.cnbugs.com/AI-Agent/note-manager.git'
GIT_BRANCH = 'main'
// ─── 部署配置(敏感信息用 Jenkins Credentials)───