From ef9e9b761100bee600cb29667fdf3670fae329cb Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Thu, 1 Feb 2024 23:42:25 +0100 Subject: [PATCH] Use Go 1.21 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index f52b267..6de87c6 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -GO_VERSION="1.20" +GO_VERSION="1.21" psql_version=$PSQL_VERSION #=================================================