Skip to content

Conversation

@tylerauerbeck
Copy link

Per #294, adds govulncheck to a workflow and additionally to the makefile so it can be run during CI and locally.

Resolves #294

@tylerauerbeck tylerauerbeck requested a review from a team as a code owner June 23, 2025 02:20
Copy link
Contributor

@michel-laterman michel-laterman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've changed other workflows to use go.mod as the source for the go version

- name: Setup Go
uses: actions/[email protected]
with:
go-version: "1.22"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
go-version: "1.22"
go-version-file: "go.mod"

- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.22
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
go-version-input: 1.22
go-version-file: "go.mod"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add govulncheck to the CI

2 participants