From 1e394962e8ff072452834f6ce65df4f64b883619 Mon Sep 17 00:00:00 2001 From: restitux Date: Tue, 23 Dec 2025 23:41:41 -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 4fb1951..937503e 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -69,7 +69,7 @@ main() { echo "Using Go version: ${GO_VERSION}" - export GOTOOLCHAIN="${GO_VERSION}" + #export GOTOOLCHAIN="${GO_VERSION}" # 9. Compile CoreDNS make coredns || make