Update go versions in CI tests

Debian packages Go 1.15 and 1.17, and we use 1.16 in Tor Browser.
This commit is contained in:
Cecylia Bocovich 2021-12-10 10:43:31 -05:00
parent 738bd464ea
commit 9c11e479d0
No known key found for this signature in database
GPG key ID: 009DE379FD9B7B90

View file

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