From ddfb4119b709e8757decf348efec3a9db5823890 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Thu, 16 May 2019 15:16:00 +0100 Subject: [PATCH] Update build instructions for go modules --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63c6899..6eed464 100644 --- a/README.md +++ b/README.md @@ -230,10 +230,16 @@ kubectl -n kube-system annotate ds kured weave.works/kured-node-lock- ## Building +See the [CircleCI config](.circleci/config.yml) for the preferred +version of Golang. Kured now uses Go Modules, so a simple + ``` -dep ensure && make +make ``` +is sufficient to download the required dependencies and build the +Docker image. + ## Frequently Asked/Anticipated Questions ### Why is there no `latest` tag on Docker Hub?