all: backport, prepare release

This commit is contained in:
Ainar Garipov
2021-12-29 16:09:01 +03:00
parent 68452e5330
commit 8f9053e2fc
8 changed files with 17 additions and 42 deletions

View File

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