-
Notifications
You must be signed in to change notification settings - Fork 263
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
Fixing errors related to Go 1.20 #1779
Conversation
Welcome @scottmason88! It looks like this is your first PR to knative/client 🎉 |
Hi @scottmason88. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
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.
Thanks, and congrats on your first client PR ! Looks great. If you could fix the Changlog entry, that would be great.
CHANGELOG.adoc
Outdated
| https://github.com/knative/client/pull/[#] | ||
| 🐛 | ||
| Updated to work with Go 1.20 | ||
| https://github.com/knative/client/pull/1775[#1775] |
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.
Oops, I just saw that the Changelog is quite outdated 😬 (@dsimansk would it make sense to bring it up to date, covering the releases in the second half of 2022 ?)
However, @scottmason88 can you please keep the template text and move your part out of the comment (//// .... ////
) ? Also you should add a new table for the 1.10 release (the next release), without a date yet. Then add your entry as the first row. That would be great !
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.
Well, we don't use it anymore. I should have added a deprecation notice to that file probably. We're using GH action generated release notes.
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'd skip the update in this PR.
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 removed my changes to the changelog so that the comment is still there.
Codecov ReportBase: 79.88% // Head: 79.87% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1779 +/- ##
==========================================
- Coverage 79.88% 79.87% -0.01%
==========================================
Files 174 174
Lines 13594 13593 -1
==========================================
- Hits 10859 10858 -1
Misses 1992 1992
Partials 743 743
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
/ok-to-test |
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.
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhuss, scottmason88 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
This pull request will fix errors that came about with Go 1.20 deprecating rand.Seed.
Changes
Reference
Issue #1775
Release Note