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

This commit is contained in:
2025-12-23 23:50:05 -07:00
parent b87f79d4b7
commit 1a899f6813
+1 -1
View File
@@ -18,7 +18,7 @@ main() {
PATH="${PATH}:$PWD/go/bin" PATH="${PATH}:$PWD/go/bin"
cd "${ACTION_REPO_DIR}" 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 # 3. Clone latest CoreDNS release
cd "${TMPDIR}" cd "${TMPDIR}"