Building
Kured now uses Go Modules, so build instructions vary depending on where you have checked out the repository:
Building outside $GOPATH:
make
Building inside $GOPATH:
GO111MODULE=on make
You can find the current preferred version of Golang in the go.mod file.
If you are interested in contributing code to kured, please take a look at our development docs.