From 60e66beadc922be1cbdef09bfb1d11ca72ddea6c Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Mon, 25 Sep 2023 14:27:23 +0100 Subject: [PATCH] Remove Golang 1.20 from CI Testing --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2478f7c..60c9f35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -140,13 +140,6 @@ android: - go get golang.org/x/mobile/bind - gomobile bind -v -target=android $REPRODUCIBLE_FLAGS . -go-1.20: - image: golang:1.20-$DEBIAN_STABLE - <<: *golang-docker-debian-template - <<: *test-template - script: - - *go-test - go-1.21: image: golang:1.21-$DEBIAN_STABLE <<: *golang-docker-debian-template