Skip to content

Commit

Permalink
CI: bump runner Golang to v1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
csuzhangxc authored and ti-chi-bot committed Sep 25, 2024
1 parent 7143c28 commit 6763bbb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci/e2e_eks.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kind: Pod
spec:
containers:
- name: main
image: hub.pingcap.net/tidb-operator/kubekins-e2e:v7-go1.22.5
image: hub.pingcap.net/tidb-operator/kubekins-e2e:v8-go1.23.1
command:
- runner.sh
- sleep
Expand Down
2 changes: 1 addition & 1 deletion ci/e2e_gke.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kind: Pod
spec:
containers:
- name: main
image: hub.pingcap.net/tidb-operator/kubekins-e2e:v7-go1.22.5
image: hub.pingcap.net/tidb-operator/kubekins-e2e:v8-go1.23.1
command:
- runner.sh
- sleep
Expand Down
2 changes: 1 addition & 1 deletion ci/e2e_kind.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadata:
spec:
containers:
- name: main
image: hub.pingcap.net/tidb-operator/kubekins-e2e:v7-go1.22.5
image: hub.pingcap.net/tidb-operator/kubekins-e2e:v8-go1.23.1
command:
- runner.sh
- exec
Expand Down
2 changes: 1 addition & 1 deletion ci/pull_e2e_kind.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ metadata:
spec:
containers:
- name: main
image: hub.pingcap.net/tidb-operator/kubekins-e2e:v7-go1.22.5
image: hub.pingcap.net/tidb-operator/kubekins-e2e:v8-go1.23.1
command:
- runner.sh
- exec
Expand Down
2 changes: 1 addition & 1 deletion ci/pull_e2e_release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ metadata:
spec:
containers:
- name: main
image: hub.pingcap.net/tidb-operator/kubekins-e2e:v7-go1.22.5
image: hub.pingcap.net/tidb-operator/kubekins-e2e:v8-go1.23.1
command:
- runner.sh
- exec
Expand Down
2 changes: 1 addition & 1 deletion ci/vm.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kind: Pod
spec:
containers:
- name: main
image: hub.pingcap.net/tidb-operator/kubekins-e2e:v7-go1.22.5
image: hub.pingcap.net/tidb-operator/kubekins-e2e:v8-go1.23.1
command:
- runner.sh
- sleep
Expand Down

0 comments on commit 6763bbb

Please sign in to comment.