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

This commit is contained in:
2025-12-23 23:33:10 -07:00
parent 0da9b97795
commit 76cd206046
+1 -1
View File
@@ -15,7 +15,7 @@ main() {
mkdir golang
cd golang
GO_VERSION=$(curl -s 'https://go.dev/VERSION?m=text' | head -n1)
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}"
tar xzf "${GO_VERSION}.linux-amd64.tar.gz"
ls -lah