File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ presubmits:
77 preset-goproxy : " true"
88 spec :
99 containers :
10- - image : ghcr.io/kcp-dev/infra/build:1.20.13 -1
10+ - image : ghcr.io/kcp-dev/infra/build:1.22.2 -1
1111 command :
1212 - make
1313 - verify-codegen
@@ -21,7 +21,7 @@ presubmits:
2121 preset-goproxy : " true"
2222 spec :
2323 containers :
24- - image : ghcr.io/kcp-dev/infra/build:1.20.13 -1
24+ - image : ghcr.io/kcp-dev/infra/build:1.22.2 -1
2525 command :
2626 - make
2727 - lint
@@ -34,7 +34,7 @@ presubmits:
3434 preset-goproxy : " true"
3535 spec :
3636 containers :
37- - image : ghcr.io/kcp-dev/infra/build:1.20.13 -1
37+ - image : ghcr.io/kcp-dev/infra/build:1.22.2 -1
3838 command :
3939 - make
4040 - test
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ limitations under the License.
1616
1717// This code has been taken from https://github.com/kubernetes/gengo/blob/master/namer/plural_namer.go
1818// with minor modifications. The changes are:
19- // 1. There is no concept of plublic /private namer here. There is generic namer struct which
19+ // 1. There is no concept of public /private namer here. There is generic namer struct which
2020// parses the input and gives us the required plural form.
2121// 2. The input argument to function `Name` is customized to accept a string instead of `types.Type`,
2222// since we directly modeify the API name in our code-gen.
You can’t perform that action at this time.
0 commit comments