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

This commit is contained in:
2025-12-23 23:34:37 -07:00
parent 299eea0808
commit 65da0e65dc
+1 -1
View File
@@ -18,7 +18,7 @@ main() {
GOLANG_URL="https://go.dev/dl/${GO_VERSION}.linux-amd64.tar.gz" GOLANG_URL="https://go.dev/dl/${GO_VERSION}.linux-amd64.tar.gz"
wget "${GOLANG_URL}" wget "${GOLANG_URL}"
tar xzf "${GO_VERSION}.linux-amd64.tar.gz" tar xzf "${GO_VERSION}.linux-amd64.tar.gz"
ls -lah go PATH="${PATH}:$PWD/go/bin"
# 2. Clone latest CoreDNS release # 2. Clone latest CoreDNS release
cd "${TMPDIR}" cd "${TMPDIR}"