From 59bbbfea2d7a3c6efe252000f04fa92b5b9a4eee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 18:51:28 +0000 Subject: [PATCH] chore(deps): update dependency golang/vuln to v1.5.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ad3adb..2ede540 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ GO ?= go GOFMT ?= gofmt PKGS ?= ./... GOFILES := $(filter-out $(shell git ls-files --deleted -- '*.go'),$(shell git ls-files -- '*.go')) -GOVULNCHECK_VERSION ?= v1.4.0 +GOVULNCHECK_VERSION ?= v1.5.0 ALLOW_TIDY_CHANGES ?= 0 # Keep build cache inside the repo so local runs are reproducible and do not