Pull request 2031: upd-all

Squashed commit of the following:

commit dc88ce95a75e4e230e2a1b34c89d714859e1934d
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Mon Oct 9 13:46:52 2023 +0300

    all: upd go, flts, i18n, svcs, trackers
This commit is contained in:
Ainar Garipov
2023-10-09 14:03:27 +03:00
parent 24e0e33bb6
commit 3ec76cdef5
39 changed files with 434 additions and 141 deletions

View File

@@ -35,7 +35,7 @@ set -f -u
go_version="$( "${GO:-go}" version )"
readonly go_version
go_min_version='go1.20.8'
go_min_version='go1.20.9'
go_version_msg="
warning: your go version (${go_version}) is different from the recommended minimal one (${go_min_version}).
if you have the version installed, please set the GO environment variable.