From 2a8b2b3a40bc87883b80e2c73a255b702d20a283 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 3 Jul 2026 11:11:43 +0100 Subject: [PATCH] install.sh specifies latest version of envsubst when installing with go install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b00d705..ccb43b9 100644 --- a/install.sh +++ b/install.sh @@ -27,7 +27,7 @@ then chmod +x /usr/local/bin/envsubst else doas apk add go - go install github.com/a8m/envsubst/cmd/envsubst + go install github.com/a8m/envsubst/cmd/envsubst@latest fi fi