Skip to content

Commit a775edc

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 3fec5a2 commit a775edc

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/csi-driver-host-path
22

3-
go 1.12
3+
go 1.16
44

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

0 commit comments

Comments
 (0)