]> Cypherpunks.ru repositories - nncp.git/commitdiff
Raise minimal required Go version
authorSergey Matveev <stargrave@stargrave.org>
Thu, 1 Jul 2021 07:30:48 +0000 (10:30 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 1 Jul 2021 07:51:14 +0000 (10:51 +0300)
doc/install.texi
doc/news.ru.texi
doc/news.texi
src/go.mod

index 3ca13b162739aae3b9c7494d6d11b7b08b9166e3..a8189f18092a1a783371bafe6831ee1d49cd7ce6 100644 (file)
@@ -14,7 +14,7 @@ Possibly NNCP package already exists for your distribution:
 NNCP should run on any POSIX-compatible operating system.
 
 NNCP is written on @url{https://golang.org/, Go} programming language
-and you have to install Go compiler 1.12+ version. @command{Make} (BSD
+and you have to install Go compiler 1.13+ version. @command{Make} (BSD
 and GNU versions are fine) is recommended for convenient building.
 @url{https://www.gnu.org/software/texinfo/, Texinfo} is used for
 building documentation (although tarballs already include it).
index c045d753c72f16c377bc436971f997231c984fa8..baa2310ddbf344b288eb00e4bd59bc61169ef94d 100644 (file)
@@ -5,6 +5,9 @@
 @subsection Релиз 7.0.0
 @itemize
 
+@item
+Минимальная требуемая версия Go 1.13.
+
 @item
 Хэширование с BLAKE3 на базе деревьев Меркле (Merkle Tree Hashing, MTH)
 используется вместо BLAKE2b. Из-за этого, обратно @strong{несовместимое}
index cc4eba943acd1d41550398bca9c27c03ab8571bf..63ed79a854cc12dd5bb02a48a96473ad1178e5f6 100644 (file)
@@ -7,6 +7,9 @@ See also this page @ref{Новости, on russian}.
 @section Release 7.0.0
 @itemize
 
+@item
+Minimal required Go version 1.13.
+
 @item
 Merkle Tree-based Hashing with BLAKE3 (MTH) is used instead of BLAKE2b.
 Because of that, there are backward @strong{incompatible} changes of
index 3afd29255a62095f6acc40d45a57980cdc7e125e..e84a8f44ddec90b9d2607bbf50217135b6d2b2c1 100644 (file)
@@ -16,4 +16,4 @@ require (
        lukechampine.com/blake3 v1.1.5
 )
 
-go 1.12
+go 1.13