Unable to compile with 'make dev': cannot load embed: malformed module path
PatMis16 opened this issue · comments
Patrick Mischler commented
I am using go version go1.13.8 linux/amd64.
I am getting this error when executing 'make dev':
make dev go build -ldflags "-X main.Version=dev-v0.2.0-beta3-4-g6c71679-dirty" ./cmd/grr build github.com/grafana/grizzly/cmd/grr: cannot load embed: malformed module path "embed": missing dot in first path element make: *** [Makefile:27: dev] Error 1
Patrick Mischler commented
Updated to go 1.16.12 and was able to compile.