-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Remove go1.6/go1.7 support #1631
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1631 +/- ##
==========================================
+ Coverage 98.64% 98.73% +0.08%
==========================================
Files 41 38 -3
Lines 2146 2140 -6
==========================================
- Hits 2117 2113 -4
+ Misses 18 15 -3
- Partials 11 12 +1
Continue to review full report at Codecov.
|
|
The COV drop was caused by some code only used on go1.6/1.7, maybe we should find and remove it. Update: done! |
|
@javierprovecho @appleboy we need to remove go1.6/1.7 support at |
|
I add unit test for |
|
Hi @appleboy the pull request need to merge to gin1.4 release version? thanks! |
|
see #1851 |
* remove go1.6 support * remove build tag * remove todo * remove go1.6 support: https://github.com/gin-gonic/gin/pull/1383/commits * update readme * remove go1.7 support * fix embedmd error * test * revert it * revert it * remove context_17 * add pusher test * v1.4.0 rc1
closing #1381