-
Notifications
You must be signed in to change notification settings - Fork 9
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 #444
Bump Go #444
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #444 +/- ##
===========================================
- Coverage 63.60% 51.58% -12.03%
===========================================
Files 76 159 +83
Lines 9573 19840 +10267
===========================================
+ Hits 6089 10234 +4145
- Misses 2758 8834 +6076
- Partials 726 772 +46 ☔ View full report in Codecov by Sentry. |
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.
I've not found anything to change here after a quick search.
I'm not sure why linter fails though and actions deserve an update as well. |
b3ff31a
to
ce8593f
Compare
dd7a9cc
to
3e3ef53
Compare
The age of Go 1.19 is over: Go 1.22 has come. New func `strings.CutPrefix` replaces `strings.TrimPrefix` + check. Func `math.Rand.Seed` was marked as deprecated, but used for test code only. Closes #441. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
4b3f975
to
fa7719a
Compare
Made similar to the same action in Neo Go and NeoFS Contracts projects. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
7b68473
to
6eb891d
Compare
No description provided.