Update build instructions for go modules

This commit is contained in:
Adam Harrison
2019-05-16 15:16:00 +01:00
parent a5a0435e41
commit ddfb4119b7
+7 -1
View File
@@ -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?