Skip to content
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

Merged
merged 3 commits into from
Aug 28, 2017
Merged

Conversation

arikachen
Copy link
Contributor

@arikachen arikachen commented Aug 28, 2017

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.

@ldez ldez changed the title Update golang version Update golang version in contributing guide Aug 28, 2017
@emilevauge emilevauge added this to the 1.4 milestone Aug 28, 2017
Copy link
Contributor

@timoreimann timoreimann left a 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.

Copy link
Contributor

@ldez ldez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please restore this line.

Copy link
Member

@emilevauge emilevauge left a 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

Copy link
Contributor

@ldez ldez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

arikachen and others added 3 commits August 28, 2017 12:48
Signed-off-by: Arika Chen <[email protected]>
This reverts commit 26919fb59b1ced386d6d65aacc8316967b36289f.
@arikachen
Copy link
Contributor Author

ok. I made a mistake.

The second path is used to fix error log when execute traefik -h.
It is always show "Error parsing command: pflag: help requested".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants