From f4027c11286b319e27aad5d8f7ccdf95caab2033 Mon Sep 17 00:00:00 2001 From: Cecylia Bocovich Date: Thu, 14 Aug 2025 14:30:32 -0400 Subject: [PATCH] Use Go 1.24 for android CI job gomobile now requres go >= 1.24.0 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2cb0cf1..ebdf462 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -102,7 +102,7 @@ variables: # -- jobs ------------------------------------------------------------ android: - image: ${DOCKER_REGISTRY_URL}/golang:1.23-$DEBIAN_OLD_STABLE + image: ${DOCKER_REGISTRY_URL}/golang:1.24-$DEBIAN_OLD_STABLE variables: ANDROID_HOME: /usr/lib/android-sdk LANG: C.UTF-8