From 6712b5d0a6cdfe5e9b56f3062b7b25785c687875 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 01:51:33 +0000 Subject: [PATCH] chore(deps): update dependency golang/vuln to v1.6.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ad3adb..6ef1b15 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.6.0 ALLOW_TIDY_CHANGES ?= 0 # Keep build cache inside the repo so local runs are reproducible and do not