Closed 10tecs closed 2 years ago
Hello. Title basically, thanks for any hints.
go install github.com/muraenateam/muraena@v0.1.7 go: github.com/muraenateam/muraena@v0.1.7: github.com/muraenateam/muraena@v0.1.7: invalid version: unknown revision v0.1.7
and @latest will just pull 0.1.4, probably because:
$ go list -m -versions github.com/muraenateam/muraena github.com/muraenateam/muraena v0.1.1 v0.1.2 v0.1.3 v0.1.4
Have same issue pulls version v 0.1.4
I manually downloaded and unzipped 1.7 in the ~/go/bin folder, then in muraena-master: make build cd build ./muraena
good luck champ.
Thanks worked for me!!!
Hello. Title basically, thanks for any hints.
and @latest will just pull 0.1.4, probably because: