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
This isn't (wasn't) a problem with logstash_exporter, rather with Go and/or your environment. Changes to Go (I believe) should have helped some of these issues (see: golang/go#18981), but the short of it is, it was likely because where you installed Go from, it didn't have all of the standard library pre-compiled (this is a common problem when you install from brew, debian/ubuntu package managers, etc).
When I run
make
i get the following error:The build should not try to write to anywhere outside the build-environment
The text was updated successfully, but these errors were encountered: