Skip to content

Commit 397a07d

Browse files
authored
Merge pull request #35325 from saschagrunert/spo-go1.25
security-profiles-operator: switch to go 1.25
2 parents 8b7e886 + 9b2445c commit 397a07d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/jobs/kubernetes-sigs/security-profiles-operator/security-profiles-operator-presubmits.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ presubmits:
99
testgrid-create-test-group: 'true'
1010
spec:
1111
containers:
12-
- image: public.ecr.aws/docker/library/golang:1.24
12+
- image: public.ecr.aws/docker/library/golang:1.25
1313
command:
1414
- hack/pull-security-profiles-operator-build
1515
resources:
@@ -29,7 +29,7 @@ presubmits:
2929
testgrid-create-test-group: 'true'
3030
spec:
3131
containers:
32-
- image: public.ecr.aws/docker/library/golang:1.24
32+
- image: public.ecr.aws/docker/library/golang:1.25
3333
command:
3434
- hack/pull-security-profiles-operator-verify
3535
resources:
@@ -49,7 +49,7 @@ presubmits:
4949
testgrid-create-test-group: 'true'
5050
spec:
5151
containers:
52-
- image: public.ecr.aws/docker/library/golang:1.24
52+
- image: public.ecr.aws/docker/library/golang:1.25
5353
command:
5454
- hack/pull-security-profiles-operator-test-unit
5555
resources:

0 commit comments

Comments
 (0)