Skip to content

fix(deps): update module github.com/prometheus/client_golang to v1.16.0 #111

fix(deps): update module github.com/prometheus/client_golang to v1.16.0

fix(deps): update module github.com/prometheus/client_golang to v1.16.0 #111

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/setup-go@v2
with:
go-version: '^1.18'
- name: Run tests
run: |
make test
make promu
make check_license