]> Cypherpunks.ru repositories - nncp.git/commitdiff
Note that minimal required version of Go is 1.12
authorSergey Matveev <stargrave@stargrave.org>
Fri, 8 Jan 2021 09:44:43 +0000 (12:44 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 8 Jan 2021 09:49:32 +0000 (12:49 +0300)
doc/install.texi
doc/news.ru.texi
doc/news.texi
src/go.mod

index 2da6378ce5a1dab1233a51594e47764b1fa20784..3ca13b162739aae3b9c7494d6d11b7b08b9166e3 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.10+ version. @command{Make} (BSD
+and you have to install Go compiler 1.12+ 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 d06a15ae882a52e5406312662cec2bb7d1188778..66f7e4a3903cfdfaaf18b0f03f22ba009f4e9603 100644 (file)
@@ -22,7 +22,7 @@
 появились @option{-autotoss*} опции для запуска tosser после завершения звонка.
 
 @item
-Обновлены зависимые библиотеки.
+Обновлены зависимые библиотеки. Минимальная требуемая версия Go 1.12.
 
 @end itemize
 
index ff9a47fc28ac88173e9fb6698f85758f340ac2fe..437e2ad352417c72c357b24774149775fbd3d1a3 100644 (file)
@@ -24,7 +24,7 @@ versions.
 have @option{-autotoss*} options for running tosser after call is ended.
 
 @item
-Updated dependencies.
+Updated dependencies. Minimal required Go version is 1.12.
 
 @end itemize
 
index 87b515254dac832e8a0bce8a738b98b053f16c21..56c8b2c6d9931b5eae432dc14fcf14868090e253 100644 (file)
@@ -16,4 +16,4 @@ require (
        gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
 )
 
-go 1.10
+go 1.12