Skip to content

Commit 943928a

Browse files
authored
Merge pull request #35850 from renukasingare/prisma-fix
updated go lang version
2 parents 39c114d + 3a1d9c5 commit 943928a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/jobs/kubernetes-sigs/ibm-vpc-block-csi-driver/ibm-vpc-block-csi-driver.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ presubmits:
4242
description: Unit tests in ibm-vpc-block-csi-driver repo.
4343
spec:
4444
containers:
45-
- image: public.ecr.aws/docker/library/golang:1.23.12
45+
- image: public.ecr.aws/docker/library/golang:1.25.3
4646
command:
4747
- make
4848
args:
@@ -68,7 +68,7 @@ presubmits:
6868
description: ibm-vpc-block-csi-driver basic code verification.
6969
spec:
7070
containers:
71-
- image: public.ecr.aws/docker/library/golang:1.23.12
71+
- image: public.ecr.aws/docker/library/golang:1.25.3
7272
command:
7373
- make
7474
args:
@@ -94,7 +94,7 @@ presubmits:
9494
description: ibm-vpc-block-csi-driver sanity execution.
9595
spec:
9696
containers:
97-
- image: public.ecr.aws/docker/library/golang:1.23.12
97+
- image: public.ecr.aws/docker/library/golang:1.25.3
9898
command:
9999
- make
100100
args:

0 commit comments

Comments
 (0)