-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Upgrade generator and runtime versions #889
Conversation
ff24f1d
to
7fec82c
Compare
Decided against upgrading swagger-codegen after battling with it for a bit. Seems to be even more broken upstream. |
7fec82c
to
b380773
Compare
1a925a0
to
2a1e7e7
Compare
I updated |
2a1e7e7
to
6ada6d4
Compare
9a5c023
to
b891478
Compare
Codecov Report
@@ Coverage Diff @@
## master #889 +/- ##
=======================================
Coverage 53.69% 53.69%
=======================================
Files 39 39
Lines 3926 3926
=======================================
Hits 2108 2108
Misses 1621 1621
Partials 197 197 Continue to review full report at Codecov.
|
Go 1.12 Node 10.15.2 Protoc 3.7.0 Swagger Codegen 2.4.2
Apparently this message changed with Go 1.12
b891478
to
dcfeb7c
Compare
* Upgrade generator and runtime versions Go 1.12 Node 10.15.2 Protoc 3.7.0 Swagger Codegen 2.4.2 * Fix vet error discovered by Go 1.12 * Regenerate protofiles with protoc 3.7.0 * Update expected error in when specifying incorrect flags Apparently this message changed with Go 1.12 * Use explicit versioning of build environment in docker commands
Go 1.12
Node 10.15.2
Protoc 3.7.0
Swagger Codegen 2.4.2see #889 (comment)Fixes #885