@ -8,7 +8,7 @@ podTemplate {
stage('Run shell') {
git branch: 'dev', credentialsId: 'gitea-builder', url: "${CODE_ADDR}"
container('golang-builder-1-22') {
container('golang-builder-1-23') {
sh'''
go env -w GOPROXY=https://goproxy.cn,direct
go env -w GO111MODULE=on