Skip to content

Commit a180665

Browse files
chore(deps): update go-non-major to v1.4.0 (#1090)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jeremy <jhatfield82@gmail.com>
1 parent ee3c2e6 commit a180665

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/security-scan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ echo "🔒 Running local security scan..."
2020
if ! command -v govulncheck &> /dev/null; then
2121
echo -e "${YELLOW}Installing govulncheck...${NC}"
2222
# renovate: datasource=go depName=golang.org/x/vuln
23-
go install golang.org/x/vuln/cmd/govulncheck@v1.3.0
23+
go install golang.org/x/vuln/cmd/govulncheck@v1.4.0
2424
fi
2525

2626
# Run govulncheck on backend Go code

0 commit comments

Comments
 (0)