github.com/go-swagger/go-swagger@v0.31.0/docs/faq/faq_setup.md (about)

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