github.com/rzurga/go-swagger@v0.28.1-0.20211109195225-5d1f453ffa3a/docs/faq/faq_setup.md (about) 1 <!-- Questions about install, setup and dependencies --> 2 3 ## Installation and environment 4 5 ### What is the minimal go version required? 6 Our policy is to support the two latest versions of the go compiler. 7 8 That being said, as of Dec. 2017, our CI engines currently run all tests on go 1.7, on Linux and Windows platforms. 9 10 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. 11 12 Originally from issue [#636](https://github.com/go-swagger/go-swagger/issues/636). 13 14 <!-- Obsolete stuff : should be resourceful FAQ, though: TODO 15 ### Swagger installation issues 16 _Use-Case_: I've installed go-swagger using brew ... (story goes on) 17 Originally from issue [#554](https://github.com/go-swagger/go-swagger/issues/554). 18 19 ### What is the proper way to vendor go-swagger? 20 Originally from issue [#730](https://github.com/go-swagger/go-swagger/issues/730). 21 --> 22 23 ------------- 24 25 Back to [all contributions](README.md#all-contributed-questions)