Migrate to go1.12 to simplify our cmd/http package#7302
Migrate to go1.12 to simplify our cmd/http package#7302kannappanr merged 1 commit intominio:masterfrom
Conversation
|
Moving this PR as blocked on the decision to move to Go 1.12 until then we don't need this PR. |
6db20ce to
de5a90c
Compare
de5a90c to
7841b19
Compare
58ea3d3 to
f1fe8fc
Compare
f1fe8fc to
545c4c9
Compare
|
This PR is okayed by @abperiasamy |
545c4c9 to
6a6be50
Compare
Codecov Report
@@ Coverage Diff @@
## master #7302 +/- ##
==========================================
+ Coverage 47.58% 48.04% +0.45%
==========================================
Files 286 296 +10
Lines 35707 46725 +11018
==========================================
+ Hits 16990 22447 +5457
- Misses 16666 22203 +5537
- Partials 2051 2075 +24
Continue to review full report at Codecov.
|
|
Still needs updates to our CI systems such as gateway-tests until then its still blocked. |
6a6be50 to
d34783d
Compare
|
All the more reason to move towards Go 1.12 golang/go#29439 |
e59a8ba to
913fe32
Compare
80f1bda to
e9c10ce
Compare
411c8b2 to
805ce75
Compare
bfe3a6c to
593d4e4
Compare
|
Now that we have merged #7354 - this PR moves forward to next version and disables Minio to be built with any version other than go1.12 Also the PR is rebased and updated PTAL @balamurugana @wlan0 |
|
Blocking merge until I figure out the gateway tests issue on SimpleCI. |
For posterity posting it here if SimpleCI fails. |
Simplify the cmd/http package overall by removing custom plain text v/s tls connection detection, by migrating to go1.12 and choose minimum version to be go1.12 Also remove all the vendored deps, since they are not useful anymore.
Mint Automation
7302-04a7d0d/mint-xl.sh.log:7302-04a7d0d/mint-fs.sh.log: |
Description
Migrate to go1.12 to simplify our cmd/http package
Motivation and Context
Simplify the cmd/http package overall by removing
custom plain text v/s tls connection detection, by
migrating to go1.12 and choose a minimum version
to be go1.12
Also remove all the vendored deps, since they
are not useful anymore.
Regression
No
How Has This Been Tested?
Using go 1.12
Types of changes
Checklist:
mintPR # here: )