Skip to content

build(deps): bump github.com/prometheus/common from 0.48.0 to 0.52.3 #312

build(deps): bump github.com/prometheus/common from 0.48.0 to 0.52.3

build(deps): bump github.com/prometheus/common from 0.48.0 to 0.52.3 #312

Workflow file for this run

name: Test on pull request
on: pull_request
jobs:
RunTests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup go env
uses: actions/[email protected]
with:
go-version: '1.16'
- name: Run tests
run: go test -v ./...