From f74c840ef1113fa4ac5d94d824bd6de923037271 Mon Sep 17 00:00:00 2001 From: esimov Date: Mon, 24 Oct 2022 11:07:35 +0300 Subject: [PATCH] build: upgraded to v1.4.5 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 239cedc0..dbc33715 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -VERSION="1.4.4" +VERSION="1.4.5" PROTECTED_MODE="no" export GO15VENDOREXPERIMENT=1