Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@yongtang
Copy link
Member

1. Why is this pull request needed and what does it do?

This PR keeep golang to 1.24.2 due to build issues in 1.24.3:

golang/go#73617

This happens when make -f Makefile.release release is invoked in coredns.

go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/ryanuber/go-glob v1.0.0

github.com/coredns/coredns

link: duplicated definition of symbol dlopen, from github.com/ebitengine/purego and github.com/ebitengine/purego
make[1]: *** [Makefile:20: coredns] Error 1
make[1]: Leaving directory '/go/src/github.com/coredns/coredns'
make: *** [Makefile.release:71: build] Error 2

2. Which issues (if any) are related?

N/A

3. Which documentation changes (if any) need to be made?

N/A

4. Does this introduce a backward incompatible change or deprecation?

N/A

This PR keeep golang to 1.24.2 due to build issues in 1.24.3:

golang/go#73617

This happens when make -f Makefile.release release is invoked in coredns.

Signed-off-by: Yong Tang <[email protected]>
@codecov
Copy link

codecov bot commented May 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.49%. Comparing base (93c57b6) to head (b35f871).
Report is 1475 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7337      +/-   ##
==========================================
+ Coverage   55.70%   59.49%   +3.79%     
==========================================
  Files         224      273      +49     
  Lines       10016    17930    +7914     
==========================================
+ Hits         5579    10668    +5089     
- Misses       3978     6638    +2660     
- Partials      459      624     +165     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

@thevilledev thevilledev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Side note, Go 1.23.10 and 1.24.4 will be released June 5th. It has three CVE fixes with unknown severity at this point. We might need to make a new release then.

@yongtang yongtang merged commit b083914 into coredns:master May 30, 2025
13 checks passed
@yongtang yongtang deleted the go1.24.2 branch May 30, 2025 23:39
@thevilledev thevilledev mentioned this pull request Jun 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants