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

Bump Go version to v1.21.0 #634

Merged
merged 1 commit into from
Aug 28, 2023
Merged

Bump Go version to v1.21.0 #634

merged 1 commit into from
Aug 28, 2023

Conversation

andrewsomething
Copy link
Member

No description provided.

@andrewsomething andrewsomething merged commit 3a26e25 into main Aug 28, 2023
7 checks passed
@andrewsomething andrewsomething deleted the asb/go1-21 branch August 28, 2023 21:01
@@ -1,6 +1,6 @@
module github.com/digitalocean/godo

go 1.18
go 1.21

Choose a reason for hiding this comment

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

FYI this creates a problem for downstream users of this library who want their software to be compatible with multiple versions of Go.
Example: prometheus/prometheus#12964
Since nothing in this package requires Go 1.21, it's unnecesary to have it as a minimum requirement.

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks for flagging this @bboreham! This was a mistake. We've cut a bug fix release (v1.104.1) dropping this to Go 1.20 and documenting our policy of following the upstream Go policy of supporting the two latest major releases.

Choose a reason for hiding this comment

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

Thanks!

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.

3 participants