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