Skip to content

chore(deps): bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 #399

chore(deps): bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1

chore(deps): bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 #399

Workflow file for this run

name: test
on:
pull_request:
paths-ignore:
- '*.md'
push:
branches:
- master
paths-ignore:
- '*.md'
jobs:
test:
name: test
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.22
- uses: actions/checkout@v4
- run: go build
- run: go test ./... -cover