chore!: modernize toolchain and project automation - #11
Merged
Conversation
v-byte-cpu
force-pushed
the
chore/modernize-toolchain-and-automation
branch
2 times, most recently
from
August 9, 2026 16:04
dbebd4b to
147e35a
Compare
Migrate CI and release automation from Drone to GitHub Actions. Upgrade Go and CoreDNS dependencies, modernize linting, adopt generated typed mocks, and verify full CoreDNS builds in CI. Rename the plugin directive to dohproxy to coexist with the built-in CoreDNS https plugin and document local integration testing. BREAKING CHANGE: Go 1.26.0 or later is now required. The Corefile directive is renamed from https to dohproxy, and Prometheus metric prefixes change from coredns_https_ to coredns_dohproxy_.
v-byte-cpu
force-pushed
the
chore/modernize-toolchain-and-automation
branch
from
August 9, 2026 16:06
147e35a to
c00ce00
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The project tooling, dependencies, and CI configuration needed updating to current supported
versions and workflows.
What Changed
Breaking Changes