Open daveram opened 3 years ago
I'm getting this too on go1.15.8 and 1.16. I'm not sure what to do.
I get the same error running make
, but running go build
seems to produce a working binary.
workaround :
git status
shows that go.mod
or go.sum
is modified, run git checkout HEAD -- go.mod go.sum
mysqld_exporter
, run make build
; if you want to also run the test suite, run make build test
.
Running using golang:latest docker image
Host operating system: output of
uname -a
Linux 934a7e85da25 5.4.72-microsoft-standard-WSL2 #1 SMP Wed Oct 28 23:40:43 UTC 2020 x86_64 GNU/Linux
Build steps and results