mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
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:
parent
738bd464ea
commit
9c11e479d0
1 changed files with 11 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue