From 8c8501d96982e0f44ccb586f3c2c2e284933fd51 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 11 Aug 2026 11:21:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0CI=20Go=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=B8=BA1.25(=E5=8C=B9=E9=85=8Dgo.mod)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index aceec58..004ec9e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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)───