From 33d00aea24b606d99548a218624dc12cfc7d19b1 Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Tue, 28 Jan 2025 14:26:46 +0000 Subject: [PATCH] update golang testing setting in CI --- .gitlab-ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d73bc2b..61a4d63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -143,7 +143,14 @@ android: - gomobile bind -v -target=android $REPRODUCIBLE_FLAGS . go-1.21: - image: golang:1.21-$DEBIAN_STABLE + image: containers.torproject.org/tpo/anti-censorship/duplicatedcontainerimages:golang-1.21-$DEBIAN_STABLE + <<: *golang-docker-debian-template + <<: *test-template + script: + - *go-test + +go-1.23: + image: containers.torproject.org/tpo/anti-censorship/duplicatedcontainerimages:golang-1.23-$DEBIAN_STABLE <<: *golang-docker-debian-template <<: *test-template script: