Skip to content

fix(deps): bump github.com/prometheus/common from 0.44.0 to 0.45.0 #69

fix(deps): bump github.com/prometheus/common from 0.44.0 to 0.45.0

fix(deps): bump github.com/prometheus/common from 0.44.0 to 0.45.0 #69

Workflow file for this run

---
name: PR
on:
pull_request:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.17'
- name: build binary
run: make build
- name: run all tests
run: make tests