cloudflare-exporter icon indicating copy to clipboard operation
cloudflare-exporter copied to clipboard

Use golang 1.19 and bump libraries

Open nitrocode opened this issue 3 years ago • 0 comments

what

  • Bump dependencies

why

  • Get upstream fixes

references

  • https://github.com/cloudflare/cloudflare-go
  • https://github.com/cloudflare/cloudflare-go/issues/909
  • https://github.com/prometheus/client_golang
  • https://github.com/biter777/countries
  • https://github.com/sirupsen/logrus

commands

asdf plugin add golang
asdf install golang 1.19
asdf local golang 1.19
go get -u
go mod tidy
CGO_ENABLED=0 go build -o cloudflare_exporter .
make build

nitrocode avatar Sep 13 '22 20:09 nitrocode