Skip to content

Commit 3ece4eb

Browse files
authored
Merge pull request #35727 from renukasingare/golang_upgrade
updated dreadnought image
2 parents 2c01400 + aebf54e commit 3ece4eb

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.10
45+
- image: public.ecr.aws/docker/library/golang:1.23.12
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.10
71+
- image: public.ecr.aws/docker/library/golang:1.23.12
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.10
97+
- image: public.ecr.aws/docker/library/golang:1.23.12
9898
command:
9999
- make
100100
args:

0 commit comments

Comments
 (0)