-
Notifications
You must be signed in to change notification settings - Fork 82
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
Fix Go action failures when artifact already exists #1053
Fix Go action failures when artifact already exists #1053
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## devel #1053 +/- ##
==========================================
+ Coverage 42.01% 42.60% +0.58%
==========================================
Files 42 45 +3
Lines 6640 7220 +580
==========================================
+ Hits 2790 3076 +286
- Misses 3629 3920 +291
- Partials 221 224 +3 see 5 files with indirect coverage changes
|
Quality Gate passedIssues Measures |
go-version: | ||
type: string | ||
description: The Go version to use. | ||
required: false |
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.
Since it's not required: true
, I'd at least set a default: unversioned
or smth.
No description provided.