Remove Golang 1.20 from CI Testing

This commit is contained in:
Shelikhoo 2023-09-25 14:27:23 +01:00
parent 1d069ca71d
commit 60e66beadc
No known key found for this signature in database
GPG key ID: C4D5E79D22B25316

View file

@ -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