Skip to content

Use the new tagged release of v0.2.0 for the prod distributor #127

Use the new tagged release of v0.2.0 for the prod distributor

Use the new tagged release of v0.2.0 for the prod distributor #127

Workflow file for this run

name: govulncheck
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
govulncheck_job:
runs-on: ubuntu-latest
name: Run govulncheck
steps:
- id: govulncheck
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
with:
go-version-file: go.mod
go-package: ./...