From 47dd253a37f148750b1a3e4289e1f28362c16329 Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Mon, 20 Mar 2023 11:20:40 +0000 Subject: [PATCH] Update CI test targets --- .gitlab-ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 178c5a7..28003ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -110,7 +110,7 @@ android: gnupg unzip wget - - apt-get install -t bullseye-backports golang-1.16 + - apt-get install -t bullseye-backports golang - ndk=android-ndk-r21e-linux-x86_64.zip - wget --continue --no-verbose https://dl.google.com/android/repository/$ndk @@ -140,13 +140,6 @@ android: - go get golang.org/x/mobile/bind - gomobile bind -v -target=android $REPRODUCIBLE_FLAGS . -go-1.15: - image: golang:1.15-stretch - <<: *golang-docker-debian-template - <<: *test-template - script: - - *go-test - go-1.18: image: golang:1.18-stretch <<: *golang-docker-debian-template @@ -161,6 +154,13 @@ go-1.19: script: - *go-test +go-1.20: + image: golang:1.20-buster + <<: *golang-docker-debian-template + <<: *test-template + script: + - *go-test + debian-testing: image: debian:testing <<: *debian-native-template