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 1.22 #150

Merged
merged 3 commits into from
Aug 29, 2024
Merged

Go 1.22 #150

merged 3 commits into from
Aug 29, 2024

Conversation

End-rey
Copy link
Contributor

@End-rey End-rey commented Aug 28, 2024

Closes #113.

Is it also necessary to change here the ubuntu version to the latest in workflows?

Drop 1.21 and use 1.23 for test and build.

Closes #113.

Signed-off-by: Andrey Butusov <andrey@nspcc.io>
Copy link

codecov bot commented Aug 28, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 3.03%. Comparing base (ff70232) to head (3f84a08).
Report is 7 commits behind head on master.

Files with missing lines Patch % Lines
pkg/pool/pool.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff           @@
##           master    #150   +/-   ##
======================================
  Coverage    3.03%   3.03%           
======================================
  Files          18      18           
  Lines         987     987           
======================================
  Hits           30      30           
  Misses        955     955           
  Partials        2       2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@roman-khimov roman-khimov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update dependencies as well. Ubuntu is optional, it's not yet set in stone (nspcc-dev/.github#32)

pkg/pool/pool.go Outdated Show resolved Hide resolved
Use `for range arr` instead of `for loop`.

Signed-off-by: Andrey Butusov <andrey@nspcc.io>
Signed-off-by: Andrey Butusov <andrey@nspcc.io>
@roman-khimov roman-khimov merged commit fd72b42 into master Aug 29, 2024
15 of 16 checks passed
@roman-khimov roman-khimov deleted the 113-go-122-upgrade branch August 29, 2024 07:47
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.

Go 1.22 upgrade check list
3 participants