Update dependencies, fix vulnerabilities #114

Merged
fyrchik merged 1 commit from fyrchik/frostfs-api-go:update-deps into support/v2.17 2024-11-02 14:21:46 +00:00
Owner
No description provided.
fyrchik added 2 commits 2024-09-06 08:22:02 +00:00
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
go.mod: Update grpc and protobuf
Some checks failed
Tests and linters / Tests with -race (pull_request) Failing after 31s
DCO action / DCO (pull_request) Failing after 40s
Tests and linters / Lint (pull_request) Failing after 1m18s
Tests and linters / Tests (pull_request) Failing after 1m16s
14c94e412f
Also, ignore deprecated warnings in this branch, because we have no time
to fix this.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
fyrchik requested review from storage-core-committers 2024-09-06 08:22:24 +00:00
fyrchik requested review from storage-core-developers 2024-09-06 08:22:26 +00:00
fyrchik requested review from storage-services-committers 2024-09-06 08:22:28 +00:00
fyrchik requested review from storage-services-developers 2024-09-06 08:22:29 +00:00
dstepanov-yadro reviewed 2024-09-06 10:46:02 +00:00
.golangci.yml Outdated
@ -82,3 +82,3 @@
- linters: # ignore SA6002 since we use pool of []byte, however we can switch to *bytes.Buffer
- staticcheck
text: "SA6002:"
text: "SA6002:|SA1019:"

What does it mean?

What does it mean?
Member

Looks like, here is a description https://staticcheck.dev/docs/checks

Looks like, here is a description https://staticcheck.dev/docs/checks
acid-ant approved these changes 2024-09-06 12:06:24 +00:00
Dismissed
fyrchik force-pushed update-deps from 14c94e412f to 3d0dc025f1 2024-09-06 12:12:49 +00:00 Compare
fyrchik dismissed acid-ant's review 2024-09-06 12:12:50 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

fyrchik force-pushed update-deps from 3d0dc025f1 to 2c79f770e4 2024-09-06 12:19:32 +00:00 Compare
fyrchik merged commit 2c79f770e4 into support/v2.17 2024-09-06 12:41:27 +00:00
fyrchik referenced this pull request from a commit 2024-09-06 12:41:28 +00:00
fyrchik deleted branch update-deps 2024-09-06 12:41:28 +00:00
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-core-developers
TrueCloudLab/storage-services-committers
TrueCloudLab/storage-services-developers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-api-go#114
No description provided.