mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Update CI targets to include only Go 1.20 and 1.21
To keep up with our dependencies, we no longer support versions of Go older than v1.20.
This commit is contained in:
parent
f4e1ab90c8
commit
2844ac6a13
1 changed files with 7 additions and 14 deletions
|
@ -142,20 +142,6 @@ android:
|
|||
- go get golang.org/x/mobile/bind
|
||||
- gomobile bind -v -target=android $REPRODUCIBLE_FLAGS .
|
||||
|
||||
go-1.18:
|
||||
image: golang:1.18-$DEBIAN_OLD_STABLE
|
||||
<<: *golang-docker-debian-template
|
||||
<<: *test-template
|
||||
script:
|
||||
- *go-test
|
||||
|
||||
go-1.19:
|
||||
image: golang:1.19-$DEBIAN_STABLE
|
||||
<<: *golang-docker-debian-template
|
||||
<<: *test-template
|
||||
script:
|
||||
- *go-test
|
||||
|
||||
go-1.20:
|
||||
image: golang:1.20-$DEBIAN_STABLE
|
||||
<<: *golang-docker-debian-template
|
||||
|
@ -163,6 +149,13 @@ go-1.20:
|
|||
script:
|
||||
- *go-test
|
||||
|
||||
go-1.21:
|
||||
image: golang:1.21-$DEBIAN_STABLE
|
||||
<<: *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