From 9ede1ed02e1dad051593690c5cca01760cf04941 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Thu, 18 Mar 2021 09:27:08 +0100 Subject: [PATCH] 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). --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 53940ba5..4cfd8b1c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/kubernetes-csi/external-snapshotter/v4 -go 1.15 +go 1.16 require ( github.com/container-storage-interface/spec v1.3.0