Skip to content

Commit

Permalink
Upgrade go to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylovestiramisu committed Dec 13, 2022
1 parent 7daeed6 commit 0e87611
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 285 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kubernetes-csi/external-resizer

go 1.17
go 1.19

require (
github.com/container-storage-interface/spec v1.7.0
Expand All @@ -13,10 +13,10 @@ require (
google.golang.org/grpc v1.49.0
k8s.io/api v0.26.0
k8s.io/apimachinery v0.26.0
k8s.io/apiserver v0.26.0-rc.0
k8s.io/apiserver v0.26.0
k8s.io/client-go v0.26.0
k8s.io/component-base v0.26.0
k8s.io/csi-translation-lib v0.26.0-rc.0
k8s.io/csi-translation-lib v0.26.0
k8s.io/klog/v2 v2.80.1
)

Expand Down
Loading

0 comments on commit 0e87611

Please sign in to comment.