Skip to content

Commit

Permalink
dev/building: Don't mention a specific, outdated, version of Go
Browse files Browse the repository at this point in the history
  • Loading branch information
calmh committed Sep 4, 2023
1 parent 40f8418 commit d29270a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions dev/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ Building Syncthing
of it. For all other purposes we recommend using the official binary
releases instead.

.. note::
Syncthing uses Go modules, which is a fairly new development in the Go
ecosystem. You can find more information about modules `here <https://go.dev/blog/using-go-modules>`__.
If you are not a seasoned Go developer you can just go with the flow as this is the new thing.

Branches and Tags
-----------------

Expand All @@ -28,8 +23,8 @@ may be unstable and unsuitable for general consumption.
Prerequisites
-------------

- The latest stable version of Go. Earlier releases may work, but we recommend
always using the latest stable version. At the time of writing this is **Go 1.18**.
- The latest stable version of Go. The previous stable version should also
work; older versions will likely not work.
- Git
- If you want to build Debian packages FPM is required. See FPM's
`installation information <https://fpm.readthedocs.io/en/latest/installation.html>`__.
Expand Down

0 comments on commit d29270a

Please sign in to comment.