-
Notifications
You must be signed in to change notification settings - Fork 693
Use go 1.24 tool directive in go.mod #6955
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
base: main
Are you sure you want to change the base?
Conversation
Gets rid of tools.go and tools build tag Signed-off-by: Sunjay Bhatia <sunjay.bhatia@broadcom.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6955 +/- ##
=======================================
Coverage 80.72% 80.72%
=======================================
Files 131 131
Lines 19868 19868
=======================================
Hits 16039 16039
Misses 3537 3537
Partials 292 292 🚀 New features to boost your workflow:
|
I'm starting to have some doubts if this is a good idea or not. While some development time dependencies have been included in the past, it seems bit alarming to me how the use of |
my hope is that longer term the go tool dependencies will be fully separated out into their own include stanzas and code scanners will be also improved to not alert on tool deps but yeah agreed this change does introduce a lot of extra imports |
The Contour project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
Gets rid of tools.go and tools build tag