-
Notifications
You must be signed in to change notification settings - Fork 351
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
Update readme to install skipper #878
Conversation
readme.md
Outdated
@@ -62,7 +62,7 @@ Skipper is 'go get' compatible. If needed, create a Go workspace first: | |||
|
|||
Get the Skipper packages: | |||
|
|||
GO111MODULE=on go get github.com/zalando/skipper/... | |||
GO111MODULE=auto go get github.com/zalando/skipper/... |
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.
isn't auto the default?
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.
yes
this PR is a very recent change: https://github.com/zalando/skipper/pull/872/files can you discuss with @szuecs the problem and the best approach here? |
i just tested this, and both without the flag and with 'on', and neither really works. I expect that the current working directory needs to be the skipper repo. We probably need to document this after testing that it works. |
Both options seem to give errors then:
Without modules it installs but seems to use the incorrect version of the libraries
Maybe the best option then is to clone the repo and download dependencies with GO111MODULE on then? |
@kostspielig maybe you can find out why go get breaks in case of |
#871 (comment) said that it worked. Maybe a Mac issue? |
|
@szuecs I use linux, but we got the same results yesterday with mac too. The issue appears when you try to use the Shall we update the readme in this case to do clone and then |
Yes, please update the docs and link the "why". |
@szuecs were you able to reproduce or it worked for you outside the repo? |
flag should not be on
f6d2506
to
480dc55
Compare
@kostspielig for me it worked as I showed on a mac in a blank directory which was not in $GOPATH. |
@kostspielig do you want to work on this or should we close it? |
There was no answer after 6 months so close |
To install skipper without having the source with the .mod file the flag should not be on