-
Notifications
You must be signed in to change notification settings - Fork 51
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
chore: Bump to GoLang v1.22 #2913
Conversation
c746c7e
to
4c1b632
Compare
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.
LGTM, thanks Shahzad!
@@ -157,11 +157,7 @@ func getCollectionHistory( | |||
history := map[schemaVersionID]*collectionHistoryLink{} | |||
schemaVersionsByColID := map[uint32]schemaVersionID{} | |||
|
|||
for _, c := range cols { | |||
// Todo - this `col := c` can be removed with Go 1.22: | |||
// https://github.com/sourcenetwork/defradb/issues/2431 |
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.
praise: Thanks for removing this and the others :)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2913 +/- ##
===========================================
- Coverage 79.39% 79.36% -0.03%
===========================================
Files 326 326
Lines 24772 24768 -4
===========================================
- Hits 19667 19656 -11
- Misses 3696 3701 +5
- Partials 1409 1411 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 16 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
4c1b632
to
4e214d9
Compare
Terraform Format and Style
|
Relevant issue(s)
Resolves #2431
Description