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

Upgrade minimum required Go version to 1.20 #2754

Merged
merged 6 commits into from
Mar 1, 2024

go.mod: Upgrade all dependencies

2ff412c
Select commit
Loading
Failed to load commit list.
Merged

Upgrade minimum required Go version to 1.20 #2754

go.mod: Upgrade all dependencies
2ff412c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 1, 2024 in 1s

21.89% (-6.76%) compared to 3b7d09b

View this Pull Request on Codecov

21.89% (-6.76%) compared to 3b7d09b

Details

Codecov Report

Attention: Patch coverage is 48.71795% with 20 lines in your changes are missing coverage. Please review.

Project coverage is 21.89%. Comparing base (3b7d09b) to head (2ff412c).

Files Patch % Lines
cmd/neofs-adm/internal/modules/morph/container.go 0.00% 6 Missing ⚠️
cmd/blobovnicza-to-peapod/blobovniczatree/put.go 0.00% 3 Missing ⚠️
cmd/neofs-cli/internal/client/sdk.go 0.00% 2 Missing ⚠️
pkg/local_object_storage/writecache/flush.go 0.00% 2 Missing ⚠️
cmd/neofs-cli/internal/key/raw.go 66.66% 1 Missing ⚠️
pkg/local_object_storage/engine/engine.go 50.00% 1 Missing ⚠️
pkg/local_object_storage/metabase/control.go 0.00% 1 Missing ⚠️
pkg/local_object_storage/metabase/shard_id.go 0.00% 1 Missing ⚠️
pkg/local_object_storage/util/logicerr/error.go 66.66% 1 Missing ⚠️
pkg/services/policer/check.go 0.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2754      +/-   ##
==========================================
- Coverage   28.65%   21.89%   -6.76%     
==========================================
  Files         427      787     +360     
  Lines       33109    46643   +13534     
==========================================
+ Hits         9486    10213     +727     
- Misses      22771    35554   +12783     
- Partials      852      876      +24     

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