Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tiflow): tiflow master bump go version to 1.23 #3137

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pipelines/pingcap/tiflow/latest/pod-ghpr_verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/jenkins/centos7_golang-1.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
tty: true
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tiflow/latest/pod-merged_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/jenkins/centos7_golang-1.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
tty: true
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
name: volume-0
- args:
- cat
image: hub.pingcap.net/jenkins/golang-tini:1.21
image: hub.pingcap.net/jenkins/golang-tini:1.23
imagePullPolicy: Always
name: golang
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/jenkins/centos7_golang-1.21:pulsar-test"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:pulsar-test"
tty: true
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/jenkins/centos7_golang-1.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
tty: true
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/jenkins/centos7_golang-1.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
tty: true
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/jenkins/centos7_golang-1.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
tty: true
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/jenkins/centos7_golang-1.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
tty: true
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/jenkins/centos7_golang-1.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
tty: true
resources:
limits:
Expand Down Expand Up @@ -38,7 +38,7 @@ spec:
- name: volume-tmp
mountPath: /tmp
- name: docker
image: 'hub.pingcap.net/tiflow/dind:alpine-docker-go1.21'
image: 'hub.pingcap.net/tiflow/dind:alpine-docker-go1.23'
tty: true
env:
- name: DOCKER_HOST
Expand Down