From 487ee9f1e251f5c3aad2d711dd100f6cd85c92b1 Mon Sep 17 00:00:00 2001 From: restitux Date: Tue, 23 Dec 2025 23:50:32 -0700 Subject: [PATCH] TEST --- ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build.sh b/ci/build.sh index dd9819f..b759bca 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -50,7 +50,7 @@ main() { mv plugin.cfg.new plugin.cfg fi - go mod edit -go=$(echo GO_VERSION | sed 's/^go//') + go mod edit -go "$(echo "${GO_VERSION}" | sed 's/^go//')" # 6. go mod replace plugin path to the cloned action repo # This assumes the plugin lives at github.com/doubleu-labs/coredns-netbox-plugin-dns in your repo. [web:16][web:23] # Adjust relative path if your repo layout differs.