-
Notifications
You must be signed in to change notification settings - Fork 71
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
support to config the version white list #300
Conversation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #300 +/- ##
==========================================
+ Coverage 63.30% 63.41% +0.11%
==========================================
Files 8 8
Lines 2382 2392 +10
==========================================
+ Hits 1508 1517 +9
- Misses 748 750 +2
+ Partials 126 125 -1 ☔ View full report in Codecov by Sentry. |
3dc491d
to
f7522c1
Compare
why need user provide the version? |
connection.go
Outdated
@@ -30,6 +30,7 @@ type connection struct { | |||
sslConfig *tls.Config | |||
useHTTP2 bool | |||
httpHeader http.Header | |||
version string |
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.
please run go fmt
to make aligned
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.
ok
Yeah, this |
close #299