fix: 更新CI Go版本为1.25(匹配go.mod)
This commit is contained in:
Vendored
+1
-1
@@ -7,7 +7,7 @@ pipeline {
|
|||||||
environment {
|
environment {
|
||||||
// ─── 基础配置 ───
|
// ─── 基础配置 ───
|
||||||
APP_NAME = 'note-manager'
|
APP_NAME = 'note-manager'
|
||||||
GO_VERSION = '1.21'
|
GO_VERSION = '1.25'
|
||||||
GIT_REPO = 'https://git.cnbugs.com/AI-Agent/note-manager.git'
|
GIT_REPO = 'https://git.cnbugs.com/AI-Agent/note-manager.git'
|
||||||
GIT_BRANCH = 'main'
|
GIT_BRANCH = 'main'
|
||||||
// ─── 部署配置(敏感信息用 Jenkins Credentials)───
|
// ─── 部署配置(敏感信息用 Jenkins Credentials)───
|
||||||
|
|||||||
Reference in New Issue
Block a user