Skip to content

Commit

Permalink
support go1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
  • Loading branch information
hawkingrei committed Oct 8, 2024
1 parent 42baaba commit 76b2cf2
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion jenkins/pipelines/ci/tidb/tidb_ghpr_coverage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
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/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/latest/pod-ghpr_build.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/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/latest/pod-ghpr_check.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/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/latest/pod-ghpr_check2.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/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/latest/pod-ghpr_check2_debug.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/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/latest/pod-ghpr_check2_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
runAsUser: 0
containers:
- name: golang
image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/latest/pod-ghpr_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
- name: golang
# TODO(wuhuizuo): using standard bazel build image to shrink the image size
# and keep image simple,so no need to refresh image to update basic bazel out data.
image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/latest/pod-merged_build.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/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/latest/pod-merged_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
- name: golang
# TODO(wuhuizuo): using standard bazel build image to shrink the image size
# and keep image simple,so no need to refresh image to update basic bazel out data.
image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
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/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/release-7.4/pod-ghpr_build.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/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/release-7.4/pod-ghpr_check.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/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/release-7.4/pod-ghpr_check2.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/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/release-7.4/pod-ghpr_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
- name: golang
# TODO(wuhuizuo): using standard bazel build image to shrink the image size
# and keep image simple,so no need to refresh image to update basic bazel out data.
image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/release-7.5/pod-ghpr_build.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/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/release-7.5/pod-ghpr_check.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/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/release-7.5/pod-ghpr_check2.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/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/release-7.5/pod-ghpr_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
- name: golang
# TODO(wuhuizuo): using standard bazel build image to shrink the image size
# and keep image simple,so no need to refresh image to update basic bazel out data.
image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/release-7.6/pod-ghpr_build.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/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/release-7.6/pod-ghpr_check.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/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/release-7.6/pod-ghpr_check2.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/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/release-7.6/pod-ghpr_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
- name: golang
# TODO(wuhuizuo): using standard bazel build image to shrink the image size
# and keep image simple,so no need to refresh image to update basic bazel out data.
image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down

0 comments on commit 76b2cf2

Please sign in to comment.