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

docs(install-guide): update Go 1.24 tool directive usage #5298

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

WwhdsOne
Copy link
Contributor

@WwhdsOne WwhdsOne commented Mar 2, 2025

The previous installation guide relied on tools.go for tracking dependencies. This update replaces it with the new tool directive introduced in Go 1.24.

Fixes #5254

The previous installation guide relied on tools.go for tracking dependencies.
This update replaces it with the new tool directive introduced in Go 1.24.

Fixes grpc-ecosystem#5254
Copy link
Collaborator

@johanbrandhorst johanbrandhorst left a comment

Choose a reason for hiding this comment

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

This looks great, thanks!

@johanbrandhorst johanbrandhorst merged commit 470a32d into grpc-ecosystem:main Mar 4, 2025
13 of 14 checks passed

This automatically updates `go.mod`, adding the tools under the `tool` directive along with `require` statements to ensure version tracking.

### Install Tools

Choose a reason for hiding this comment

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

B

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.

go 1.24
3 participants