From bd020e66e18231d32bd2d28607fc7d2a5f07ae6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 9 Jul 2024 16:21:38 +0200 Subject: [PATCH] Bump go version --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 8007d00..f75fd24 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -1,3 +1,3 @@ #!/bin/bash -GO_VERSION="1.19" +GO_VERSION="1.22"