You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to locally build the project and got this:
((HEAD detached at v0.11.0)) $ make
checking code style
checking license header
running golangci-lint
GO111MODULE=on go list -e -compiled -test=true -export=false -deps=true -find=false -tags= -- ./... > /dev/null
GO111MODULE=on /home/balint/go//bin/golangci-lint run ./...
WARN [runner] Can't run linter staticcheck: buildir: failed to load package web: could not load export data: no export data for "github.com/prometheus/exporter-toolkit/web"
ERRO Running error: buildir: failed to load package web: could not load export data: no export data for "github.com/prometheus/exporter-toolkit/web"
make: *** [Makefile.common:192: common-lint] Error 3
The text was updated successfully, but these errors were encountered:
I tried to locally build the project and got this:
((HEAD detached at v0.11.0)) $ make
The text was updated successfully, but these errors were encountered: