Skip to content

Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 (#78) #118

Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 (#78)

Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 (#78) #118

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