-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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 golang version in contributing guide #2018
Conversation
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.
Thanks, LGTM 👏
@containous/traefik: We might want to mention somewhere why we are defaulting to the alpine version.
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
cmd/traefik/traefik.go
Outdated
@@ -175,7 +175,6 @@ Complete documentation is available at https://traefik.io`, | |||
} | |||
|
|||
if _, err := f.Parse(usedCmd); err != nil { | |||
fmtlog.Printf("Error parsing command: %s\n", err) |
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.
Please restore this line.
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.
Thanks @arikachen !
I reverted the commit 26919fb59b1ced386d6d65aacc8316967b36289f fix error log while execute help cmd as it introduced a regression.
LGTM
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: Arika Chen <[email protected]>
Signed-off-by: Arika Chen <[email protected]>
This reverts commit 26919fb59b1ced386d6d65aacc8316967b36289f.
ok. I made a mistake. The second path is used to fix error log when execute |
Signed-off-by: Arika Chen [email protected]
Description
Update golang version to 1.9 while using
Server.ServeTLS
Edit by @emilevauge: The initial PR that moves to Go 1.9 is #2004.
The current PR updates the contributing documentation.