-
Notifications
You must be signed in to change notification settings - Fork 11
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 Golang Version command #655
Conversation
bf6c8cb
to
5a3605b
Compare
5a3605b
to
92fd882
Compare
Codecov Report
@@ Coverage Diff @@
## main #655 +/- ##
==========================================
+ Coverage 88.72% 88.73% +0.01%
==========================================
Files 73 73
Lines 4506 4511 +5
Branches 598 599 +1
==========================================
+ Hits 3998 4003 +5
Misses 369 369
Partials 139 139
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Could you add a test case for not overriding the version file content?
Of course! :) |
What
Change: Move version regex into static, fix regex catching version
Fix: Make sure, existing package information is not overwritten
Why
1.1.1a1+dev1
package not_main
information in top of fileDEVOPS-553
Checklist