-
Set up your golang environment
-
Download Me and my Dependencies
go get github.com/PhaedrusTheGreek/nagioscheckbeat
- Checkout the desired version of
elastic/beats
cd $GOPATH/src/github.com/elastic/beats
git checkout 7.x
- Build
cd $GOPATH/src/github.com/PhaedrusTheGreek/nagioscheckbeat
make setup
mage build
go get -u github.com/kardianos/govendor
govendor fetch mgutz/str +out
make release