Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

golangci: enforce use of cilium/dns over miekg/dns #27936

Merged
merged 1 commit into from Sep 5, 2023

Conversation

tklauser
Copy link
Member

@tklauser tklauser commented Sep 5, 2023

Commit 95e25bf ("go.mod, vendor: use github.com/cilium/dns fork directly") switched to use the cilium/dns fork directly instead of using a replace directive. Make sure that future changes don't introduce dependencies on miekg/dns again.

Commit 95e25bf ("go.mod, vendor: use github.com/cilium/dns fork
directly") switched to use the cilium/dns fork directly instead of using
a replace directive. Make sure that future changes don't introduce
dependencies on miekg/dns again.

Signed-off-by: Tobias Klauser <tobias@cilium.io>
@tklauser tklauser added area/CI Continuous Integration testing issue or flake release-note/ci This PR makes changes to the CI. labels Sep 5, 2023
@tklauser tklauser requested a review from a team as a code owner September 5, 2023 09:16
@tklauser tklauser requested a review from nebril September 5, 2023 09:16
@tklauser
Copy link
Member Author

tklauser commented Sep 5, 2023

/test

@tklauser tklauser added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Sep 5, 2023
@tklauser tklauser merged commit 29e057e into main Sep 5, 2023
201 checks passed
@tklauser tklauser deleted the pr/tklauser/golangci-avoid-miekg-dns branch September 5, 2023 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI Continuous Integration testing issue or flake ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/ci This PR makes changes to the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants