From: Sergey Matveev Date: Fri, 8 Jan 2021 09:44:43 +0000 (+0300) Subject: Note that minimal required version of Go is 1.12 X-Git-Tag: v5.5.1^2~1 X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=commitdiff_plain;h=c206fc49d10a02125aacbe85c433be54d893f536 Note that minimal required version of Go is 1.12 --- diff --git a/doc/install.texi b/doc/install.texi index 2da6378..3ca13b1 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -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). diff --git a/doc/news.ru.texi b/doc/news.ru.texi index d06a15a..66f7e4a 100644 --- a/doc/news.ru.texi +++ b/doc/news.ru.texi @@ -22,7 +22,7 @@ появились @option{-autotoss*} опции для запуска tosser после завершения звонка. @item -Обновлены зависимые библиотеки. +Обновлены зависимые библиотеки. Минимальная требуемая версия Go 1.12. @end itemize diff --git a/doc/news.texi b/doc/news.texi index ff9a47f..437e2ad 100644 --- a/doc/news.texi +++ b/doc/news.texi @@ -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 diff --git a/src/go.mod b/src/go.mod index 87b5152..56c8b2c 100644 --- a/src/go.mod +++ b/src/go.mod @@ -16,4 +16,4 @@ require ( gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect ) -go 1.10 +go 1.12