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

go.mod: Drop constraint to 1.20 #51

Merged
merged 1 commit into from
Nov 29, 2023
Merged

go.mod: Drop constraint to 1.20 #51

merged 1 commit into from
Nov 29, 2023

Conversation

abhinav
Copy link
Contributor

@abhinav abhinav commented Nov 29, 2023

Using 'go 1.21.4' forces everyone to upgrade to the latest release.

Using 'go 1.21.4' forces everyone to upgrade to the latest release.

The Go 1.20-constrained `max` helper has to used in both versions.
Since `max` is a built-in, it's not available until go.mod says Go 1.21.
@abhinav abhinav merged commit e9d6f6c into main Nov 29, 2023
@abhinav abhinav deleted the go120 branch November 29, 2023 02:29
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.

2 participants