mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
update golang testing setting in CI
This commit is contained in:
parent
2c2839fc7a
commit
33d00aea24
1 changed files with 8 additions and 1 deletions
|
@ -143,7 +143,14 @@ android:
|
|||
- gomobile bind -v -target=android $REPRODUCIBLE_FLAGS .
|
||||
|
||||
go-1.21:
|
||||
image: golang:1.21-$DEBIAN_STABLE
|
||||
image: containers.torproject.org/tpo/anti-censorship/duplicatedcontainerimages:golang-1.21-$DEBIAN_STABLE
|
||||
<<: *golang-docker-debian-template
|
||||
<<: *test-template
|
||||
script:
|
||||
- *go-test
|
||||
|
||||
go-1.23:
|
||||
image: containers.torproject.org/tpo/anti-censorship/duplicatedcontainerimages:golang-1.23-$DEBIAN_STABLE
|
||||
<<: *golang-docker-debian-template
|
||||
<<: *test-template
|
||||
script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue