From 7a68fa00411243c7fbbb2dcde3d0fdb0db9206e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:28:23 +0000 Subject: [PATCH] chore(deps): update dependency gomplate to v5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b43c4a..ed9337d 100644 --- a/Makefile +++ b/Makefile @@ -154,7 +154,7 @@ cilium: rm cilium-$(GO_OS_LOW)-$(GO_ARCH).tar.gz{,.sha256sum} GOMPLATE := $(LOCALBIN)/gomplate -GOMPLATE_VERSION := v4.3.3 +GOMPLATE_VERSION := v5.0.0 GOMPLATE_LOOKUP := hairyhenderson/gomplate gomplate: @curl -s -L https://github.com/hairyhenderson/gomplate/releases/download/$(GOMPLATE_VERSION)/gomplate_$(GO_OS_LOW)-$(GO_ARCH) -o $(GOMPLATE)