cherry-pick: all: upd dnsproxy

Updates #3977.

Squashed commit of the following:

commit 3aaaacac102cdea04ae46b36d2dd3a3be7d50147
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Thu Dec 23 16:15:11 2021 +0300

    all: upd dnsproxy
This commit is contained in:
Ainar Garipov
2021-12-24 22:29:36 +03:00
committed by Ainar Garipov
parent e4078e87a1
commit b44c755d25
7 changed files with 95 additions and 45 deletions

View File

@@ -52,7 +52,7 @@ trap not_found EXIT
go_version="$( "$GO" version )"
readonly go_version
go_min_version='go1.16'
go_min_version='go1.17'
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.