TEST
Build Coredns with netboxdns plugin / build (push) Successful in 1m20s

This commit is contained in:
2025-12-23 23:52:41 -07:00
parent 487ee9f1e2
commit ce0950eeb6
+1 -1
View File
@@ -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]