mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
Update snowflake CI to test with go 1.18
This commit is contained in:
parent
ae5a71e6e5
commit
4e7f897527
1 changed files with 7 additions and 7 deletions
|
@ -139,13 +139,6 @@ android:
|
|||
- go get golang.org/x/mobile/bind
|
||||
- gomobile bind -v -target=android $REPRODUCIBLE_FLAGS .
|
||||
|
||||
go-1.15:
|
||||
image: golang:1.15-stretch
|
||||
<<: *golang-docker-debian-template
|
||||
<<: *test-template
|
||||
script:
|
||||
- *go-test
|
||||
|
||||
go-1.16:
|
||||
image: golang:1.16-stretch
|
||||
<<: *golang-docker-debian-template
|
||||
|
@ -160,6 +153,13 @@ go-1.17:
|
|||
script:
|
||||
- *go-test
|
||||
|
||||
go-1.18:
|
||||
image: golang:1.18-stretch
|
||||
<<: *golang-docker-debian-template
|
||||
<<: *test-template
|
||||
script:
|
||||
- *go-test
|
||||
|
||||
debian-testing:
|
||||
image: debian:testing
|
||||
<<: *debian-native-template
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue