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

Add a new task for Go Dep #78

Merged
merged 2 commits into from May 16, 2018
Merged

Add a new task for Go Dep #78

merged 2 commits into from May 16, 2018

Conversation

pior
Copy link
Member

@pior pior commented May 14, 2018

Why

The task golang_dep is pretty relevant for any Go project.

How

  • install dep with go get -u if the command is not in the PATH
  • check if the vendor dir is outdated based on mtime only (too simple?)
  • simply run dep ensure

Notes

  • The run condition is pretty simplistic, let's start with that.

@pior pior requested a review from mlhamel as a code owner May 14, 2018 02:49
@pior pior changed the title Add a new task for Go Dep [WIP] Add a new task for Go Dep May 14, 2018
@pior pior changed the title [WIP] Add a new task for Go Dep Add a new task for Go Dep May 16, 2018
@pior pior merged commit 743a158 into master May 16, 2018
@pior pior deleted the dep branch May 16, 2018 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant