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 CONTRIBUTING.md. #1667

Merged
merged 1 commit into from
May 24, 2017
Merged

Conversation

timoreimann
Copy link
Contributor

@timoreimann timoreimann commented May 24, 2017

  • Go 1.8 is the current minimum requirement.
  • The main binary moved to cmd/traefik.
  • Remove obsolete gox example.

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

@ldez ldez added the kind/enhancement a new or improved feature. label May 24, 2017
@@ -64,7 +64,7 @@ $ ( cd integration && ../script/glide.sh get github.com/baz/quuz )
# generate (Only required to integrate other components such as web dashboard)
$ go generate
# Standard go build
$ go build
$ go build ./cmd/traefik
# Using gox to build multiple platform
$ gox "linux darwin" "386 amd64 arm" \
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm wondering if we should kick this one out. Personally, I've never used it, but maybe it's just me...

Copy link
Member

Choose a reason for hiding this comment

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

yeah, I agree too. We don't use gox anymore.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Alright, removed.

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 @timoreimann
LGTM

- Go 1.8 is the current minimum requirement.
- The main binary moved to cmd/traefik.
- Remove obsolete gox example.
@ldez ldez added this to the 1.4 milestone May 24, 2017
@ldez ldez merged commit 87e5cda into traefik:master May 24, 2017
@timoreimann timoreimann deleted the update-contributing-md branch May 31, 2017 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation kind/enhancement a new or improved feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants