Skip to content

Makefile & hack/ Process Improvements #557

Makefile & hack/ Process Improvements

Makefile & hack/ Process Improvements #557

Workflow file for this run

name: 'govulncheck'
on: [pull_request]
jobs:
govulncheck:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: 'Run govulncheck'
uses: golang/govulncheck-action@v1
with:
go-version-file: 'go.mod'
check-latest: true