-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
feat: testing in go 1.10 version. #3899
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
Why were we using the webhippie image in the first place? cc/ @tboerger - does it have any advantages over the standard golang image? Integration tests seem to fail because we don't have git lfs - might need to install it on the image |
@thehowl I already add |
I can add the latest version... The official go image doesn't include make ;) |
Codecov Report
@@ Coverage Diff @@
## master #3899 +/- ##
=========================================
Coverage ? 20.17%
=========================================
Files ? 145
Lines ? 29171
Branches ? 0
=========================================
Hits ? 5884
Misses ? 22393
Partials ? 894 Continue to review full report at Codecov.
|
@tboerger official image support just missing |
LGTM |
Debian based... ewww... Have fun with that, I will continue with alpine :) |
.drone.yml
Outdated
@@ -56,21 +56,18 @@ pipeline: | |||
event: [ push, tag, pull_request ] | |||
|
|||
build-without-gcc: | |||
image: webhippie/golang:1.8 | |||
image: golang:1.10 | |||
pull: true |
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.
This should be left as golang:1.8
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.
e054e92 Done!
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Testing with 1.10 version using Golang official image.