Skip to content

Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 #77

Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5

Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 #77

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.23.2
- run: go build ./...
- run: go test -cover ./...