-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Go Modules #2541
Go Modules #2541
Conversation
f053b3c
to
fca8179
Compare
Codecov Report
|
just tested the release build locally and it works for me, so looks like setting |
@nkubala I think we're good. I was wondering if we should vendor dependencies or re-download them on each build. I think vendoring is faster. Let me remove the |
I'm not 100% sure but I think if we're keeping the vendored deps then we want to pass |
@nkubala TIL. It's fixed now |
cool. and because of this we don't need to worry about downloading from a proxy right? |
Yes
Le lun. 29 juil. 2019 à 21:50, Nick Kubala <[email protected]> a
écrit :
… cool. and because of this we don't need to worry about downloading from a
proxy right?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2541?email_source=notifications&email_token=AABFPF4GJS7NX5NETFZ5PUDQB5CZ7A5CNFSM4IGSTZHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3B2BQY#issuecomment-516137155>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABFPF2QD7FHLTXFY5JXOITQB5CZ7ANCNFSM4IGSTZHA>
.
|
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.
lets give it a shot
not sure why this is happening, or why it only happened with the windows build... |
looks like the windows build is broken, let's figure that out
0e6ab6d
to
24708b2
Compare
Signed-off-by: David Gageot <[email protected]>
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.
everything is green! @dgageot merge when you're ready
No description provided.