-
Notifications
You must be signed in to change notification settings - Fork 765
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: fix golanglint, checkout prior to setup-go #3206
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #3206 +/- ##
==========================================
+ Coverage 53.70% 53.71% +0.01%
==========================================
Files 136 136
Lines 12198 12195 -3
==========================================
Hits 6551 6551
+ Misses 5143 5140 -3
Partials 504 504
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
31330af
to
cd947ad
Compare
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.
LGTM
LGTM, though it looks like lint is unhappy? |
Yeah - Needed to bump the |
cd947ad
to
9a8c645
Compare
Signed-off-by: Andrew Peabody <[email protected]>
9a8c645
to
27fee00
Compare
@@ -21,10 +21,9 @@ func dashExtractor(val string) []string { | |||
b.WriteRune(chr) | |||
prevDash = false | |||
continue | |||
} else { |
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.
@maxsmythe - Would appreciate an extra set of eyes on this particular change.
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.
Looks right to me.
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.
Thank you! LGTM
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.
LGTM
…3206) Signed-off-by: Andrew Peabody <[email protected]>
What this PR does / why we need it:
go.sum
is found and cache works as expectedgolanglint-ci
v1.54 added support for GO 1.21golanglint-ci
v1.54ErrOldObjectIsNil
test to anerror
specific test