Closed marians closed 7 months ago
I'm facing the same problem here
I've found this issue https://github.com/golang/go/issues/59186#issuecomment-1617446447 and the suggested solution is to include the -e
on the go list
.
I've changed this line on the Makefile including the -e
and I was able to complete the make dashboards_out
command.
Worked for me, too. Thank you @leandro-alt !
Anyone wants to make a PR with the fix? :)
Sure, I can do that. Although I don't know what the -e
flag actually means.
I'm facing the same problem here
My goal was to build dashboards locally. Here is what I have done and seen:
go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@latest
:brew install jsonnet
, but it was already installed and up-to-datejb install
make dashboards_out
Here is the output from the last command:
My Go version is
go version go1.21.6 darwin/amd64
.I followed the instructions on the main README. Thanks in advance for any assistance.