all: imp script, code

This commit is contained in:
Eugene Burkov
2023-11-09 13:02:05 +03:00
parent f81a94eb94
commit 24a62d0638
2 changed files with 10 additions and 9 deletions

View File

@@ -35,7 +35,7 @@ set -f -u
go_version="$( "${GO:-go}" version )"
readonly go_version
go_min_version='go1.20.10'
go_min_version='go1.20.11'
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.