Skip to content

Commit

Permalink
Cleanup after boostrap
Browse files Browse the repository at this point in the history
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.

Signed-off-by: Carolyn Van Slyck <[email protected]>
  • Loading branch information
carolynvs-msft committed Jan 6, 2020
1 parent 579d9fd commit 10c73ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 10c73ab

Please sign in to comment.