Skip to content

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

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

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

Workflow file for this run

---
name: On Pull Request
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint
uses: ./.github/actions/lint
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Tests
uses: ./.github/actions/tests