Back to Go Swagger

About go-swagger setup

docs/faq/faq_setup.md

0.33.2921 B
Original Source
<!-- Questions about install, setup and dependencies -->

Installation and environment

What is the minimal go version required?

Our policy is to support the two latest versions of the go compiler.

That being said, as of Dec. 2017, our CI engines currently run all tests on go 1.7, on Linux and Windows platforms.

You should be able to build with go 1.6, but we won't proceed to changes in order to maintain backward compatibility with 1.6.

Originally from issue #636.

<!-- Obsolete stuff : should be resourceful FAQ, though: TODO ### Swagger installation issues _Use-Case_: I've installed go-swagger using brew ... (story goes on) Originally from issue [#554](https://github.com/go-swagger/go-swagger/issues/554). ### What is the proper way to vendor go-swagger? Originally from issue [#730](https://github.com/go-swagger/go-swagger/issues/730). -->