From a03c5954b4c01473343911d4c5a5d7a31516343f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 15:41:38 +0000 Subject: [PATCH] Update dependency golang/vuln to v1.5.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 981dcb7..064619c 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ GOFMT ?= gofmt PKGS ?= ./... GOFILES := $(filter-out $(shell git ls-files --deleted -- '*.go'),$(shell git ls-files -- '*.go')) EXAMPLE_GOFILES := $(shell find examples -name '*.go' -print 2>/dev/null) -GOVULNCHECK_VERSION ?= v1.3.0 +GOVULNCHECK_VERSION ?= v1.5.0 ALLOW_TIDY_CHANGES ?= 0 # Keep build cache inside the repo so local runs are reproducible and do not