-
Notifications
You must be signed in to change notification settings - Fork 33
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
Conversation
9b2014b
to
b133764
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
698330e
to
2944421
Compare
Signed-off-by: Andrzej Zukowski <[email protected]>
37e8a27
to
1b4263d
Compare
.github/workflows/e2e.yml
Outdated
@@ -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' |
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 see other golangci-lint version changed to 1.55.2, should we also change this together?
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.
Done
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 |
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.
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.
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.
csi-build - PASSEDcsi-kind-acceptance, csi-ci
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]>
Signed-off-by: Andrzej Zukowski <[email protected]>
1b4263d
to
3a40545
Compare
Purpose
Resolves #1057 (#1057)
Library upgrades and base images
PR checklist
Testing
Full regression tests