-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat(deps): bump supported Go versions to 1.22 and 1.21 #114
Conversation
928508a
to
3b642c1
Compare
@@ -5,8 +5,6 @@ run: | |||
linters: | |||
enable: | |||
- bodyclose |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deprecated.
@@ -54,4 +51,3 @@ linters-settings: | |||
issues: | |||
exclude-use-default: false | |||
max-same-issues: 1000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't exist.
@@ -8,7 +8,10 @@ | |||
|
|||
## Supported Go versions | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding the versioning policy here to be explicit.
🤖 I have created a release *beep* *boop* --- ## [7.2.0](v7.1.1...v7.2.0) (2024-03-25) ### Features * **deps:** bump supported Go versions to 1.22 and 1.21 ([#114](#114)) ([0ac6d4d](0ac6d4d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Bumps our supported Go versions from 1.18 and 1.19 to 1.21 and 1.22.
Bumps our supported Go versions from 1.18 and 1.19 to 1.21 and 1.22.
This caused some issues with golanglintci which I've fixed.