Skip to content

Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 (#63) #75

Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 (#63)

Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 (#63) #75

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