Skip to content

Commit 9ede1ed

Browse files
committed
go.mod: bump Go features to 1.16
For example, this enables the use of the vendor directory by default (https://golang.org/ref/mod#vendoring).
1 parent e3c238b commit 9ede1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kubernetes-csi/external-snapshotter/v4
22

3-
go 1.15
3+
go 1.16
44

55
require (
66
github.com/container-storage-interface/spec v1.3.0

0 commit comments

Comments
 (0)