diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4cea5ee..34d4d65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: version: latest install-only: true - name: Release - uses: ridedott/release-me-action@v3.10.48 + uses: ridedott/release-me-action@v3.10.52 with: disable-changelog: true config-file: ./.releaserc.yml diff --git a/go.mod b/go.mod index aeb77ea..0a539d3 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module aiven-metadata-prometheus-exporter require ( github.com/aiven/aiven-go-client v1.36.0 github.com/go-co-op/gocron v1.37.0 - github.com/prometheus/client_golang v1.20.4 + github.com/prometheus/client_golang v1.20.5 github.com/sirupsen/logrus v1.9.3 ) diff --git a/go.sum b/go.sum index 51a8174..672c933 100644 --- a/go.sum +++ b/go.sum @@ -57,6 +57,8 @@ github.com/prometheus/client_golang v1.20.3 h1:oPksm4K8B+Vt35tUhw6GbSNSgVlVSBH0q github.com/prometheus/client_golang v1.20.3/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE= github.com/prometheus/client_golang v1.20.4 h1:Tgh3Yr67PaOv/uTqloMsCEdeuFTatm5zIq5+qNN23vI= github.com/prometheus/client_golang v1.20.4/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE= +github.com/prometheus/client_golang v1.20.5 h1:cxppBPuYhUnsO6yo/aoRol4L7q7UFfdm+bR9r+8l63Y= +github.com/prometheus/client_golang v1.20.5/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE= github.com/prometheus/client_model v0.5.0 h1:VQw1hfvPvk3Uv6Qf29VrPF32JB6rtbgI6cYPYQjL0Qw= github.com/prometheus/client_model v0.5.0/go.mod h1:dTiFglRmd66nLR9Pv9f0mZi7B7fk5Pm3gvsjB5tr+kI= github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=