From 31d8f757398649a600c232aaa6a87fcd629feb1c Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Thu, 9 Jan 2020 17:57:55 +0100 Subject: [PATCH] =?UTF-8?q?Update=20go.mod=20comment=20with=20the=20correc?= =?UTF-8?q?t=20k8s=20version=20=F0=9F=98=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is one of the downside of go modules, it replace the branch name to a git magic thingy, making it impossible to know which branch you were tracking initially. The comment was saying 1.12.9, but it is 1.13.4 (k8s deps got bump before switching to go modules and the comment was never updated). Signed-off-by: Vincent Demeester --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 35381bb4612..c58b951d04a 100644 --- a/go.mod +++ b/go.mod @@ -78,7 +78,7 @@ replace ( knative.dev/pkg/vendor/github.com/spf13/pflag => github.com/spf13/pflag v1.0.5 ) -// Pin k8s deps to 1.12.9 +// Pin k8s deps to 1.13.4 replace ( k8s.io/api => k8s.io/api v0.0.0-20191004102255-dacd7df5a50b