Skip to content

Commit

Permalink
changed Golang image version from 1.13.10 to 1.17.1 for sig-storage-l…
Browse files Browse the repository at this point in the history
…ib-external-provisioner.yaml
  • Loading branch information
NikhilSharmaWe committed Feb 9, 2022
1 parent baf109d commit e0be2d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ presubmits:
description: Build test in sig-storage-lib-external-provisioner repo.
spec:
containers:
- image: golang:1.13.10
- image: golang:1.17.1
command:
# Plain make runs also verify
- make
Expand All @@ -25,7 +25,7 @@ presubmits:
description: Unit tests in sig-storage-lib-external-provisioner repo.
spec:
containers:
- image: golang:1.13.10
- image: golang:1.17.1
command:
- make
args:
Expand Down

0 comments on commit e0be2d5

Please sign in to comment.