Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump deps oct 2023 #469

Merged
merged 12 commits into from
Oct 18, 2023
Prev Previous commit
Next Next commit
feat(govulncheck): bump to v1.0.1
  • Loading branch information
odsod committed Oct 18, 2023
commit 86368fe4476ebe2088616314589ccc0c4983ea45
2 changes: 1 addition & 1 deletion tools/sggovulncheck/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const (
name = "govulncheck"
version = "v1.0.0"
version = "v1.0.1"
)

// Command returns an [*exec.Cmd] for govulncheck.
Expand Down