-
Notifications
You must be signed in to change notification settings - Fork 525
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
feat: bump go to 1.23.0 #13880
feat: bump go to 1.23.0 #13880
Conversation
use go get to update go versions in go.mod drop go requirement from readme the go requirement in the readme is less relevant since the introduction of go toolchains. It's also not accurate becaure we're requiring a patch version.
This pull request does not have a backport label. Could you fix it @kruskall? 🙏
NOTE: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A minor nitpick, otherwise 👍
@@ -17,7 +17,7 @@ To get started with APM, see our [Quick start guide](https://www.elastic.co/guid | |||
|
|||
### Requirements | |||
|
|||
* [Go][golang-download] 1.22.x | |||
* [Go][golang-download] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think about mentioning the .go-version
file here without an explicit reference to the version?
* [Go][golang-download] | |
* [Go][golang-download] (prefer installing the version specified in `.go-version`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to get rid of .go-version
tbh and use go.mod
as the source of truth 😅
Motivation/summary
use go get to update go versions in go.mod
drop go requirement from readme
the go requirement in the readme is less relevant since the introduction of go toolchains.
It's also not accurate becaure we're requiring a patch version.
Checklist
For functional changes, consider:
How to test these changes
Related issues