Skip to content

Commit 2998f98

Browse files
committed
dev/building: Remove mention of Go 1.18
1 parent 6d0530e commit 2998f98

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dev/building.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ Building (Unix)
5151

5252
.. code-block:: bash
5353
54-
# This should output "go version go1.18" or higher.
55-
$ go version
56-
5754
# Pick a place for your Syncthing source.
5855
$ mkdir -p ~/dev
5956
$ cd ~/dev
@@ -79,9 +76,6 @@ Building (Windows)
7976

8077
.. code-block:: batch
8178
82-
# This should output "go version go1.18" or higher.
83-
> go version
84-
8579
# Pick a place for your Syncthing source.
8680
> md "%USERPROFILE%\dev"
8781
> cd "%USERPROFILE%\dev"

0 commit comments

Comments
 (0)