diff --git a/ci/build.sh b/ci/build.sh index b759bca..de9443a 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -60,7 +60,7 @@ main() { # 7. Regenerate plugin source files # CoreDNS uses go generate (via Makefile) to rebuild plugin glue code. [web:20][web:26] - make core/plugin/zplugin.go core/dnsserver/zdirectives.go + make gen # 8. Update Go version to the latest # Install or pick latest Go and set GOTOOLCHAIN, or rely on pre-installed toolchain in the runner. [web:17]