From 49164752be9d23848949c59c6a1de4b28451cd17 Mon Sep 17 00:00:00 2001 From: xuezhaojun Date: Fri, 30 Apr 2021 14:57:10 +0800 Subject: [PATCH] change go.mod 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 727d721c2..c58dff15e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/open-cluster-management/registration -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