From ee1df2dab57ad44e327472007b826822570ad652 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Dec 2025 12:44:41 +0000 Subject: [PATCH] chore(deps): update dependency age to v1.3.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b43c4a..bd0cc67 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ talhelper: AGE_KEYGEN := $(LOCALBIN)/age-keygen AGE := $(LOCALBIN)/age -AGE_VERSION := v1.2.1 +AGE_VERSION := v1.3.1 AGE_LOOKUP := FiloSottile/age age: @$(call go-install-tool,$(AGE_KEYGEN),filippo.io/age/cmd/age-keygen@$(AGE_VERSION))