From 2b615873a28861e9005cb0ee894f4a00e7c66611 Mon Sep 17 00:00:00 2001 From: Vincent Boutour Date: Wed, 9 Aug 2023 08:54:27 +0200 Subject: [PATCH] chore(deps): Bumping golang to 1.21 Signed-off-by: Vincent Boutour --- installations/golang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installations/golang b/installations/golang index e3299702..384b04bd 100644 --- a/installations/golang +++ b/installations/golang @@ -26,7 +26,7 @@ clean() { } install() { - local GO_VERSION="1.20.7" + local GO_VERSION="1.21.0" if [[ ! -d "${HOME}/opt/go" ]]; then local GO_ARCHIVE