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