Skip to content

Commit f988763

Browse files
committed
Update prow jobs to Go 1.22
Signed-off-by: Marvin Beckers <[email protected]>
1 parent 3f95c2c commit f988763

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.prow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

third_party/namer/namer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)