-
Notifications
You must be signed in to change notification settings - Fork 674
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
NOISSUE - Fix CI with fixed plugin versions #747
Conversation
c37956c
to
d82d80a
Compare
scripts/ci.sh
Outdated
git checkout v1.3.1 | ||
go install github.com/golang/protobuf/protoc-gen-go | ||
|
||
cd $GOPATH/src/github.com/gogo/protobuf/protoc-gen-gofast |
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.
Not aligned
5e4cbf5
to
bb82917
Compare
Signed-off-by: Aleksandar Novakovic <anovakovic01@gmail.com>
bb82917
to
51f62b7
Compare
Codecov Report
@@ Coverage Diff @@
## master #747 +/- ##
======================================
Coverage 85.3% 85.3%
======================================
Files 66 66
Lines 4220 4220
======================================
Hits 3600 3600
Misses 416 416
Partials 204 204 Continue to review full report at Codecov.
|
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.
LGTM
Signed-off-by: Aleksandar Novakovic <anovakovic01@gmail.com>
Signed-off-by: Aleksandar Novakovic <anovakovic01@gmail.com>
What does this do?
Fixes the current CI setup by fixing plugin versions.