Skip to content
Snippets Groups Projects

Update module github.com/prometheus/client_golang to v1.12.2

Merged renovate requested to merge renovate/github.com-prometheus-client_golang-1.x into master
187 files
+ 20026
8355
Compare changes
  • Side-by-side
  • Inline
Files
187
language: go
go:
- "1.x"
- master
env:
- TAGS=""
- TAGS="-tags purego"
script: go test $TAGS -v ./...
Loading