From 399a681174c7d7de90b57fa0d3cacec1b4f5abf3 Mon Sep 17 00:00:00 2001 From: Carolyn Van Slyck Date: Mon, 6 Jan 2020 13:08:18 -0600 Subject: [PATCH] Cleanup after boostrap After boostrap, undo any changes made to our go modules files, as the dependencies set by installing kind change we we need for x/sys. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 51078db0..263fcd42 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,7 @@ endif ifndef HAS_GO_JUNIT_REPORT go get github.com/jstemmer/go-junit-report endif + git checkout go.mod go.sum .PHONY: coverage coverage: