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

Update to Go 1.22 #5

Merged
merged 4 commits into from
Feb 7, 2024
Merged

Update to Go 1.22 #5

merged 4 commits into from
Feb 7, 2024

Conversation

bobg
Copy link
Owner

@bobg bobg commented Feb 7, 2024

This PR updates mingo to Go 1.22. It now recognizes range-over-integer as requiring Go 1.22, and it further anticipates that range-over-function will require Go 1.23.

@coveralls
Copy link

coveralls commented Feb 7, 2024

Pull Request Test Coverage Report for Build 7809424838

  • 15 of 23 (65.22%) changed or added relevant lines in 1 file are covered.
  • 4 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-2.1%) to 61.794%

Changes Missing Coverage Covered Lines Changed/Added Lines %
stmt.go 15 23 65.22%
Files with Coverage Reduction New Missed Lines %
decl.go 4 67.0%
Totals Coverage Status
Change from base Build 7300635952: -2.1%
Covered Lines: 820
Relevant Lines: 1327

💛 - Coveralls

Copy link

github-actions bot commented Feb 7, 2024

Modver result

This report was generated by Modver,
a Go package and command that helps you obey semantic versioning rules in your Go module.

This PR requires (at least) an increase in your module's minor version number.

minimum Go version changed from 1.21.0 to 1.22
  Minor

@bobg bobg merged commit 562b722 into main Feb 7, 2024
1 check passed
@bobg bobg deleted the bobg/go1.22 branch February 7, 2024 15:59
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