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)───