mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Update CI tests to include latest and min go versions
This commit is contained in:
parent
31b958302e
commit
8b1970a3ce
1 changed files with 10 additions and 10 deletions
|
@ -139,15 +139,8 @@ android:
|
||||||
- go get golang.org/x/mobile/bind
|
- go get golang.org/x/mobile/bind
|
||||||
- gomobile bind -v -target=android $REPRODUCIBLE_FLAGS .
|
- gomobile bind -v -target=android $REPRODUCIBLE_FLAGS .
|
||||||
|
|
||||||
go-1.16:
|
go-1.15:
|
||||||
image: golang:1.16-stretch
|
image: golang:1.15-stretch
|
||||||
<<: *golang-docker-debian-template
|
|
||||||
<<: *test-template
|
|
||||||
script:
|
|
||||||
- *go-test
|
|
||||||
|
|
||||||
go-1.17:
|
|
||||||
image: golang:1.17-stretch
|
|
||||||
<<: *golang-docker-debian-template
|
<<: *golang-docker-debian-template
|
||||||
<<: *test-template
|
<<: *test-template
|
||||||
script:
|
script:
|
||||||
|
@ -160,6 +153,13 @@ go-1.18:
|
||||||
script:
|
script:
|
||||||
- *go-test
|
- *go-test
|
||||||
|
|
||||||
|
go-1.19:
|
||||||
|
image: golang:1.19-buster
|
||||||
|
<<: *golang-docker-debian-template
|
||||||
|
<<: *test-template
|
||||||
|
script:
|
||||||
|
- *go-test
|
||||||
|
|
||||||
debian-testing:
|
debian-testing:
|
||||||
image: debian:testing
|
image: debian:testing
|
||||||
<<: *debian-native-template
|
<<: *debian-native-template
|
||||||
|
@ -169,7 +169,7 @@ debian-testing:
|
||||||
|
|
||||||
generate_tarball:
|
generate_tarball:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: golang:1.17-stretch
|
image: golang:1.19-buster
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue