Skip to content

Bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 #124

Bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1

Bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 #124

Workflow file for this run

name: govulncheck
on:
push:
branches:
- main
pull_request:
schedule:
- cron: 0 19 * * 5
jobs:
govulncheck:
runs-on: ubuntu-latest
name: Run govulncheck
steps:
- uses: actions/checkout@v4
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-file: go.mod
go-package: ./...
check-latest: true