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