You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Closescoreos#391
Signed-off-by: Mateusz Gozdek <[email protected]>
I think this effectively means moving the module to v23, i.e. a major breaking change.
I'm not fully against it, but it is going to introduce a huge churn across all consumers.
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: