grafana / grizzly

A utility for managing Jsonnet dashboards against the Grafana API

Home Page:https://grafana.github.io/grizzly/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to compile with 'make dev': cannot load embed: malformed module path

PatMis16 opened this issue · comments

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

Updated to go 1.16.12 and was able to compile.