Browse Source

update golang-builder-1-23

pull/2/head
lucas 2 weeks ago
parent
commit
b5925b054e
  1. 2
      build/jenkinsfile

2
build/jenkinsfile

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

Loading…
Cancel
Save