Skip to content

Update module github.com/prometheus/client_golang to v1.24.1 #155

Update module github.com/prometheus/client_golang to v1.24.1

Update module github.com/prometheus/client_golang to v1.24.1 #155

Workflow file for this run

name: Lint
on:
pull_request: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Run linters
run: make lint