letsencrypt / unbound_exporter

A Prometheus exporter for Unbound.
Apache License 2.0
178 stars 80 forks source link

Update installation instructions #43

Closed jsha closed 2 years ago

jsha commented 2 years ago

go get is no longer supported outside of modules. Use go install instead.

Also document minimum required Go version.

codecov-commenter commented 2 years ago

Codecov Report

Merging #43 (2885344) into main (ef346f5) will not change coverage. The diff coverage is n/a.

@@          Coverage Diff          @@
##            main     #43   +/-   ##
=====================================
  Coverage   5.23%   5.23%           
=====================================
  Files          1       1           
  Lines        191     191           
=====================================
  Hits          10      10           
  Misses       181     181           
Flag Coverage Δ
unbound_exporter_tests 5.23% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ef346f5...2885344. Read the comment docs.