Skip to content

Commit d29270a

Browse files
committed
dev/building: Don't mention a specific, outdated, version of Go
See also syncthing/syncthing#9074.
1 parent 40f8418 commit d29270a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

dev/building.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ Building Syncthing
99
of it. For all other purposes we recommend using the official binary
1010
releases instead.
1111

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

@@ -28,8 +23,8 @@ may be unstable and unsuitable for general consumption.
2823
Prerequisites
2924
-------------
3025

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

0 commit comments

Comments
 (0)