Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Swagger version #153

Open
narehayrapetyan opened this issue Feb 1, 2017 · 1 comment
Open

Swagger version #153

narehayrapetyan opened this issue Feb 1, 2017 · 1 comment
Assignees

Comments

@narehayrapetyan
Copy link
Contributor

narehayrapetyan commented Feb 1, 2017

Travis pulls swagger to generate clients every time a build happens. The swagger version might be different from the version used locally. Add a release version to get-deps to ensure consistency.

@narehayrapetyan narehayrapetyan changed the title ikbr Swagger version Feb 1, 2017
@kylbarnes
Copy link
Contributor

Per the Golang documentation here: go get does not have any explicit concept of package versions.

To accomplish this, we won't be able to specify a specific version using go get. We would either need to write some BASH that would cd into the go-swagger, checkout a specific version, and run a local install. Or look into some other golang package managers that may provide this direct functionality. A list of Golang package management tools can be found here.

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

No branches or pull requests

2 participants