From a5b4e5310f9c177c63910539cd1596617c041d18 Mon Sep 17 00:00:00 2001 From: rkervella Date: Tue, 6 Sep 2022 15:48:17 -0700 Subject: [PATCH] Update garble --- go-assets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go-assets.sh b/go-assets.sh index 578e3547cf..034ca956d2 100755 --- a/go-assets.sh +++ b/go-assets.sh @@ -21,7 +21,7 @@ set -e # Creates the static go asset archives GO_VER="1.19.1" -GARBLE_VER="1.18.0" +GARBLE_VER="1.19.0" SGN_VER="0.0.3" GO_ARCH_1="amd64"