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

Update go version to 1.20.x #508

Merged
merged 1 commit into from
Mar 17, 2023

Conversation

shaheerkootteeri
Copy link
Contributor

@shaheerkootteeri shaheerkootteeri commented Mar 16, 2023

Pull request

What this PR does / why we need it

Update go version to 1.20.x in apps-cli. Also updating the CI to run tests on go version 1.20.x.

Which issue(s) this PR fixes

Fixes #

Describe testing done for PR

Validated unit tests as well as integration tests successfully. Installed the app in my local and validated against a local cluster.

Additional information or special notes for your reviewer

The coverage details on integration tests were causing failures with error error generating coverage report: write /dev/pts/3: file already closed.It is probably due to changes in os/exec package. This pull request removes the covermod from integration tests as it was neither generating a coverage report, nor we are using the report in the CI. Proposing to enhance the coverage report introducing coverage for integration as well as unit tests using the latest features in GO 1.20

@codecov-commenter
Copy link

codecov-commenter commented Mar 16, 2023

Codecov Report

Merging #508 (8c71077) into main (ff3b571) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #508   +/-   ##
=======================================
  Coverage   86.14%   86.14%           
=======================================
  Files          65       65           
  Lines        4106     4106           
=======================================
  Hits         3537     3537           
  Misses        443      443           
  Partials      126      126           

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

@warango4 warango4 merged commit d21e23e into vmware-tanzu:main Mar 17, 2023
@atmandhol atmandhol added this to the 0.12.0 milestone Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants