From bcac2250ec121e782319c2c7110ef18fc34bee02 Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Tue, 10 Sep 2024 13:04:34 +0100 Subject: [PATCH] update mobile CI test's golang version to 1.23 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e603010..609d31b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,7 +91,7 @@ variables: # -- jobs ------------------------------------------------------------ android: - image: golang:1.21-$DEBIAN_STABLE + image: golang:1.23-$DEBIAN_STABLE variables: ANDROID_HOME: /usr/lib/android-sdk LANG: C.UTF-8