Use Go 1.24 for android CI job

gomobile now requres go >= 1.24.0
This commit is contained in:
Cecylia Bocovich 2025-08-14 14:30:32 -04:00
parent fd42bcea8a
commit f4027c1128
No known key found for this signature in database
GPG key ID: 009DE379FD9B7B90

View file

@ -102,7 +102,7 @@ variables:
# -- jobs ------------------------------------------------------------ # -- jobs ------------------------------------------------------------
android: android:
image: ${DOCKER_REGISTRY_URL}/golang:1.23-$DEBIAN_OLD_STABLE image: ${DOCKER_REGISTRY_URL}/golang:1.24-$DEBIAN_OLD_STABLE
variables: variables:
ANDROID_HOME: /usr/lib/android-sdk ANDROID_HOME: /usr/lib/android-sdk
LANG: C.UTF-8 LANG: C.UTF-8