From 61eb7fa6357974bb354a3c85fb96c5875602f887 Mon Sep 17 00:00:00 2001 From: Erik Wilson Date: Sun, 27 Oct 2019 08:39:20 -0700 Subject: [PATCH] Set required go version to 1.12 or later in go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index dcf6992a6b..b53ae846d8 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/rancher/k3s -go 1.13 +go 1.12 replace ( github.com/Microsoft/hcsshim => github.com/Microsoft/hcsshim v0.8.7-0.20190926181021-82c7525d98c8