update mobile CI test's golang version to 1.23

This commit is contained in:
Shelikhoo 2024-09-10 13:04:34 +01:00
parent 9d2c513e6b
commit bcac2250ec
No known key found for this signature in database
GPG key ID: 4C9764E9FE80A3DC

View file

@ -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