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

[ISSUE-1057] bugfix upgrade go 1.21. #1058

Merged
merged 17 commits into from
Nov 13, 2023
Merged

Conversation

Andrzej-Zukowski
Copy link
Collaborator

Purpose

Resolves #1057 (#1057)

Library upgrades and base images

PR checklist

  • Add link to the issue
  • Choose Project
  • Choose PR label
  • New unit tests added
  • Modified code has meaningful comments
  • All TODOs are linked with the issues
  • All comments are resolved

Testing

Full regression tests

Copy link

codecov bot commented Nov 9, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4c3fd07) 72.76% compared to head (3a40545) 72.76%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1058   +/-   ##
=======================================
  Coverage   72.76%   72.76%           
=======================================
  Files          63       63           
  Lines        8949     8949           
=======================================
  Hits         6512     6512           
  Misses       2147     2147           
  Partials      290      290           
Flag Coverage Δ
unittests 72.76% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
pkg/base/rpc/grpcclient.go 78.72% <100.00%> (ø)

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

Signed-off-by: Andrzej Zukowski <[email protected]>
@@ -8,7 +8,7 @@ on:

env:
REGISTRY: 'ghcr.io/dell/csi-baremetal'
go_version: '1.19.2'
go_version: '1.21.3'
golangci_version: '1.48.0'
Copy link
Collaborator

Choose a reason for hiding this comment

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

I see other golangci-lint version changed to 1.55.2, should we also change this together?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done

@libzhang
Copy link
Collaborator

please also change the PR title to [ISSUE-1057] bugfix upgrade go 1.21.

GO_VERSION ?= 1.19.10
GOLANGCI_VERSION ?= 1.48.0
GO_VERSION ?= 1.21.3
GOLANGCI_VERSION ?= 1.55.2
Copy link
Collaborator

Choose a reason for hiding this comment

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

devkit change need to pass the multiple jenkins job, (csi-build, csi-kind-acceptance, csi-ci), as these tests are based on the devkit image.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

csi-build - PASSEDcsi-kind-acceptance, csi-ci

@Andrzej-Zukowski Andrzej-Zukowski changed the title Bugfix upgrade go 1.21 [ISSUE-1057] bugfix upgrade go 1.21. Nov 10, 2023
Signed-off-by: Andrzej Zukowski <[email protected]>
Signed-off-by: Andrzej Zukowski <[email protected]>
Signed-off-by: Andrzej Zukowski <[email protected]>
Signed-off-by: Andrzej Zukowski <[email protected]>
Signed-off-by: Andrzej Zukowski <[email protected]>
Signed-off-by: Andrzej Zukowski <[email protected]>
Signed-off-by: Andrzej Zukowski <[email protected]>
Signed-off-by: Andrzej Zukowski <[email protected]>
Signed-off-by: Andrzej Zukowski <[email protected]>
Signed-off-by: Andrzej Zukowski <[email protected]>
Signed-off-by: Andrzej Zukowski <[email protected]>
Signed-off-by: Andrzej Zukowski <[email protected]>
Signed-off-by: Andrzej Zukowski <[email protected]>
Signed-off-by: Andrzej Zukowski <[email protected]>
Signed-off-by: Andrzej Zukowski <[email protected]>
@katarzyna-kulpa katarzyna-kulpa self-requested a review November 13, 2023 06:25
@Andrzej-Zukowski Andrzej-Zukowski merged commit ade6eed into master Nov 13, 2023
6 checks passed
@Andrzej-Zukowski Andrzej-Zukowski deleted the bugfix-upgrade-go-1.21 branch November 13, 2023 06:39
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.

Remove CVEs from csi-baremetal images
3 participants