Skip to content

Commit

Permalink
Merge pull request #25178 from NikhilSharmaWe/newGoVer
Browse files Browse the repository at this point in the history
Changed Golang image version from 1.13.10 to 1.17.1 for sig-storage-lib-external-provisioner.yaml
  • Loading branch information
k8s-ci-robot committed Feb 9, 2022
2 parents 9d3a783 + e0be2d5 commit e7172e1
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 e7172e1

Please sign in to comment.