Skip to content

build(deps): bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 #287

build(deps): bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0

build(deps): bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 #287

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 ./...