Skip to content

Commit

Permalink
update utf go build image (#2965)
Browse files Browse the repository at this point in the history
  • Loading branch information
aytrack committed May 14, 2024
1 parent 760a238 commit 73d1a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/pipelines/utf-ci/utf-go-build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ def run(label, image, Closure main) {
}

catchError {
run('utf-go-build', 'hub.pingcap.net/chenpeng/golang:1.18') { main() }
run('utf-go-build', 'hub.pingcap.net/jenkins/centos7_golang-1.21:latest') { main() }
}

0 comments on commit 73d1a82

Please sign in to comment.