Skip to content

Commit

Permalink
Define the version of swagger-codegen to use to make make test pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
fische committed Feb 18, 2017
1 parent 5960ff2 commit c268540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Here's the recommended process of contribution.
4. Make sure that your change follows best practices in Go
* [Effective Go](https://golang.org/doc/effective_go.html)
* [Go Code Review Comments](https://golang.org/wiki/CodeReviewComments)
5. Make sure that `make test` passes.
5. Make sure that `make test` passes. (use swagger-codegen 2.1.6, not newer versions)
6. Sign [a Contributor License Agreement](https://cla.developers.google.com/clas)
7. Open a pull request in Github

Expand Down

1 comment on commit c268540

@fische
Copy link
Contributor Author

@fische fische commented on c268540 Nov 3, 2017

Choose a reason for hiding this comment

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

I do not understand. What is your question or your problem? Could you formulate it in a clearer way please?

Please sign in to comment.