Skip to content

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

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

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

Workflow file for this run

name: Test
on:
push:
paths:
- "go.sum"
- "go.mod"
- "**.go"
- ".github/workflows/test.yml"
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.22'
- name: Test
run: go test ./...