From 2ae8386657cdfe7ee8798babc5781dcc4e6a3ddb Mon Sep 17 00:00:00 2001 From: Esteca Bot Date: Tue, 18 Jun 2024 21:33:22 +0000 Subject: [PATCH] chore(deps): update dependency gomplate to v4 --- .github/update-readme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/update-readme.sh b/.github/update-readme.sh index d9cb1039..0e785d1f 100755 --- a/.github/update-readme.sh +++ b/.github/update-readme.sh @@ -6,7 +6,7 @@ export PATH="./.bin:$PATH" set -euxo pipefail # renovate: datasource=github-releases depName=gomplate packageName=hairyhenderson/gomplate -GOMPLATE_VERSION=v3.11.8 +GOMPLATE_VERSION=v4.0.0 # install gomplate curl --silent --show-error --fail --location --output ./.bin/gomplate https://github.com/hairyhenderson/gomplate/releases/download/"${GOMPLATE_VERSION}"/gomplate_linux-amd64