Skip to content

Commit 4ba803f

Browse files
authored
Merge pull request #34622 from marquiz/devel/nfd
kubernetes-sigs/nfd: bump go version in v0.16 presubmits to 1.23
2 parents 24c2bc9 + a4f27ce commit 4ba803f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/jobs/kubernetes-sigs/node-feature-discovery/node-feature-discovery-presubmits-release-0-16.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ presubmits:
1212
description: "Verify source code of node-feature-discovery: check formatting, lint etc."
1313
spec:
1414
containers:
15-
- image: public.ecr.aws/docker/library/golang:1.22
15+
- image: public.ecr.aws/docker/library/golang:1.23
1616
command:
1717
- scripts/test-infra/verify.sh
1818
env:
@@ -62,7 +62,7 @@ presubmits:
6262
description: "Build node-feature-discovery binaries"
6363
spec:
6464
containers:
65-
- image: public.ecr.aws/docker/library/golang:1.22
65+
- image: public.ecr.aws/docker/library/golang:1.23
6666
command:
6767
- scripts/test-infra/build.sh
6868
resources:

0 commit comments

Comments
 (0)