diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08242671ed6b69f127c2794eb82fa680f45e2eb0..5ec32fdc099ac6fea1db9a612be22f1e4a43b8d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -139,15 +139,22 @@ android: - go get golang.org/x/mobile/bind - gomobile bind -v -target=android $REPRODUCIBLE_FLAGS . -go-1.13: - image: golang:1.13-stretch +go-1.15: + image: golang:1.15-stretch <<: *golang-docker-debian-template <<: *test-template script: - *go-test -go-1.14: - image: golang:1.14-stretch +go-1.16: + image: golang:1.16-stretch + <<: *golang-docker-debian-template + <<: *test-template + script: + - *go-test + +go-1.17: + image: golang:1.17-stretch <<: *golang-docker-debian-template <<: *test-template script: