From ce0950eeb6f6c812e84dae8551fa28b07898f3c2 Mon Sep 17 00:00:00 2001 From: restitux Date: Tue, 23 Dec 2025 23:52: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 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]