Running go get github.com/spf13/hugo
in my travis file, and then running hugo version
in this tells me that it is running hugo 0.18-dev. My thought is that go get
should get the latest stable version. Is this correct and expected behaviour?
This isn’t a development system, so I only want the binary rather than the source.