From c96dc0e69e2f15ef01642aa1d829924b8dc8ec0e Mon Sep 17 00:00:00 2001 From: xuezhaojun Date: Fri, 30 Apr 2021 14:58:03 +0800 Subject: [PATCH] change go version to 1.16 Signed-off-by: xuezhaojun --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8dbecb0fe..f3e6a7b23 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/open-cluster-management/work -go 1.15 +go 1.16 replace github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.4.1 // ensure compatible between controller-runtime and kube-openapi