From dd60c53fe1a3fe4ecb1e92b2d072cb9b9977112c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 19:03:16 +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 1c9fb08..58e0143 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