Skip to content

Bump github.com/prometheus/common from 0.45.0 to 0.48.0 #59

Bump github.com/prometheus/common from 0.45.0 to 0.48.0

Bump github.com/prometheus/common from 0.45.0 to 0.48.0 #59

Workflow file for this run

on: [push]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19
- name: test
run: |
make install-goimports
make test