diff --git a/ci/build.sh b/ci/build.sh index a642430..2e9b497 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -18,7 +18,7 @@ main() { 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 go + PATH="${PATH}:$PWD/go/bin" # 2. Clone latest CoreDNS release cd "${TMPDIR}"