mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
update golang testing setting in CI
This commit is contained in:
parent
0aa1470e01
commit
5daf971ea1
1 changed files with 8 additions and 1 deletions
|
@ -143,7 +143,14 @@ android:
|
||||||
- gomobile bind -v -target=android $REPRODUCIBLE_FLAGS .
|
- gomobile bind -v -target=android $REPRODUCIBLE_FLAGS .
|
||||||
|
|
||||||
go-1.21:
|
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
|
<<: *golang-docker-debian-template
|
||||||
<<: *test-template
|
<<: *test-template
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue