TEST
Build Coredns with netboxdns plugin / build (push) Failing after -1s

This commit is contained in:
2025-12-23 23:49:31 -07:00
parent 7d97d270d5
commit b87f79d4b7
+1 -1
View File
@@ -18,7 +18,7 @@ main() {
PATH="${PATH}:$PWD/go/bin"
cd "${ACTION_REPO_DIR}"
go mod edit -go=$(echo GO_VERSION | sed 's/^go//')
go mod edit -go "$(echo GO_VERSION | sed 's/^go//')"
# 3. Clone latest CoreDNS release
cd "${TMPDIR}"