[tor-commits] [pluggable-transports/snowflake] 02/02: Update CI test targets
gitolite role
git at cupani.torproject.org
Wed Mar 22 12:20:53 UTC 2023
This is an automated email from the git hooks/post-receive script.
shelikhoo pushed a commit to branch main
in repository pluggable-transports/snowflake.
commit 47dd253a37f148750b1a3e4289e1f28362c16329
Author: Shelikhoo <xiaokangwang at outlook.com>
AuthorDate: Mon Mar 20 11:20:40 2023 +0000
Update CI test targets
---
.gitlab-ci.yml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 178c5a7..28003ff 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -110,7 +110,7 @@ android:
gnupg
unzip
wget
- - apt-get install -t bullseye-backports golang-1.16
+ - apt-get install -t bullseye-backports golang
- ndk=android-ndk-r21e-linux-x86_64.zip
- wget --continue --no-verbose https://dl.google.com/android/repository/$ndk
@@ -140,22 +140,22 @@ android:
- go get golang.org/x/mobile/bind
- gomobile bind -v -target=android $REPRODUCIBLE_FLAGS .
-go-1.15:
- image: golang:1.15-stretch
+go-1.18:
+ image: golang:1.18-stretch
<<: *golang-docker-debian-template
<<: *test-template
script:
- *go-test
-go-1.18:
- image: golang:1.18-stretch
+go-1.19:
+ image: golang:1.19-buster
<<: *golang-docker-debian-template
<<: *test-template
script:
- *go-test
-go-1.19:
- image: golang:1.19-buster
+go-1.20:
+ image: golang:1.20-buster
<<: *golang-docker-debian-template
<<: *test-template
script:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tor-commits
mailing list