diff --git a/.github/update-readme.sh b/.github/update-readme.sh index 0e785d1f..c39850ed 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=v4.0.0 +GOMPLATE_VERSION=v4.1.0 # install gomplate curl --silent --show-error --fail --location --output ./.bin/gomplate https://github.com/hairyhenderson/gomplate/releases/download/"${GOMPLATE_VERSION}"/gomplate_linux-amd64