-
Notifications
You must be signed in to change notification settings - Fork 314
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
Bump required Go version to 1.13 #391
Comments
invidian
added a commit
to kinvolk/go-systemd
that referenced
this issue
Jan 10, 2022
1.12 is now EOL for almost 2 years: https://endoflife.date/go. As a reference, supported Ubuntu versions use either 1.10 or 1.13: https://packages.ubuntu.com/search?keywords=golang-go So I think this bump is reasonable. This is done to get access to stdlib methods like errors.Is and formatting statement %w, which is de facto standard for handling errors nowadays. Closes coreos#391 Signed-off-by: Mateusz Gozdek <[email protected]>
I think this effectively means moving the module to |
Is there some roadmap for v23 available? What should go in and what not? Or is there some dev branch for v23 available to submit PRs against? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1.12 is now EOL for almost 2 years: https://endoflife.date/go.
As a reference, supported Ubuntu versions use either 1.10 or 1.13:
https://packages.ubuntu.com/search?keywords=golang-go
So I think this bump is reasonable.
This is done to get access to stdlib methods like errors.Is and
formatting statement %w, which is de facto standard for handling errors
nowadays.
The text was updated successfully, but these errors were encountered: