-
Notifications
You must be signed in to change notification settings - Fork 257
🌱 Add go-version check to avoid introducing a version that we cannot support yet #1657
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
🌱 Add go-version check to avoid introducing a version that we cannot support yet #1657
Conversation
93584b4
to
0bc5162
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1657 +/- ##
==========================================
- Coverage 55.15% 55.14% -0.02%
==========================================
Files 136 136
Lines 15911 15911
==========================================
- Hits 8776 8774 -2
- Misses 5982 5984 +2
Partials 1153 1153 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
/lgtm |
@@ -0,0 +1,80 @@ | |||
#!/bin/bash | |||
|
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 know this is just a copy, but can you add a comment in here that the original source of this is o-f/op-con and to keep them in sync if there is a change?
We have the same kind of standard here.
0bc5162
to
cf45cd2
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86, grokspawn, tmshort 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 |
af76233
…
Description of the change:
Motivation for the change:
Reviewer Checklist
/docs