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

chore(dep): bumps go version to 1.19 #681

Closed
wants to merge 3 commits into from

Conversation

akhilerm
Copy link
Contributor

@akhilerm akhilerm commented Dec 10, 2022

Signed-off-by: Akhil Mohan [email protected]

Pull Request template

Why is this PR required? What issue does it fix?:
build was using a deprecated version of golang

What this PR does?:

  • update go.mod / go.sum
  • update vendor directory
  • update build base image with go 1.19.3

Does this PR require any upgrade changes?: No

If the changes in this PR are manually verified, list down the scenarios covered::

Any additional information for your reviewer? :
Mention if this PR is part of any design or a continuation of previous PRs

Checklist:

  • Fixes #
  • PR Title follows the convention of <type>(<scope>): <subject>
  • Has the change log section been updated?
  • Commit has unit tests
  • Commit has integration tests
  • (Optional) Are upgrade changes included in this PR? If not, mention the issue/PR to track:
  • (Optional) If documentation changes are required, which issue on https://github.com/openebs/openebs-docs is used to track them:

- update go.mod / go.sum
- update vendor directory
- update build base image with go 1.19.3

Signed-off-by: Akhil Mohan <[email protected]>
Signed-off-by: Akhil Mohan <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Dec 10, 2022

Codecov Report

Merging #681 (de2657a) into develop (6863cc2) will increase coverage by 0.17%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop     #681      +/-   ##
===========================================
+ Coverage    45.01%   45.19%   +0.17%     
===========================================
  Files           79       79              
  Lines         3992     3992              
===========================================
+ Hits          1797     1804       +7     
+ Misses        2028     2023       -5     
+ Partials       167      165       -2     
Impacted Files Coverage Δ
cmd/ndm_daemonset/probe/addhandler.go 68.95% <0.00%> (+0.98%) ⬆️
cmd/ndm_daemonset/probe/udevprobe.go 50.00% <0.00%> (+1.55%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@niladrih
Copy link
Member

CI changes in PR #682.

Copy link
Member

@niladrih niladrih left a comment

Choose a reason for hiding this comment

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

You might want to remove the vendor directory.

@akhilerm
Copy link
Contributor Author

You might want to remove the vendor directory.

@niladrih Arent we not keeping the vendor directory upto date now? I think with latest go version that should also work

@niladrih
Copy link
Member

@akhilerm -- The vendor directory was required prior to go modules. We should be able to build without it...

@akhilerm
Copy link
Contributor Author

The changes are included in #682

@akhilerm akhilerm closed this Dec 11, 2022
@akhilerm akhilerm deleted the update-go-1-19 branch December 12, 2022 04:54
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.

3 participants