aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorCecylia Bocovich <cohosh@torproject.org>2021-12-10 10:43:31 -0500
committerCecylia Bocovich <cohosh@torproject.org>2021-12-10 10:43:47 -0500
commit9c11e479d0d6fdcad47c9f3d55179dd907422a3a (patch)
treeb7a31256691713db5991b01233443fb6ae511adb /.gitlab-ci.yml
parent738bd464eac631dd296ebf932f0a98f9bb9868e3 (diff)
downloadsnowflake-9c11e479d0d6fdcad47c9f3d55179dd907422a3a.tar.gz
snowflake-9c11e479d0d6fdcad47c9f3d55179dd907422a3a.zip
Update go versions in CI tests
Debian packages Go 1.15 and 1.17, and we use 1.16 in Tor Browser.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml15
1 files changed, 11 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0824267..5ec32fd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -139,15 +139,22 @@ android:
- go get golang.org/x/mobile/bind
- gomobile bind -v -target=android $REPRODUCIBLE_FLAGS .
-go-1.13:
- image: golang:1.13-stretch
+go-1.15:
+ image: golang:1.15-stretch
<<: *golang-docker-debian-template
<<: *test-template
script:
- *go-test
-go-1.14:
- image: golang:1.14-stretch
+go-1.16:
+ image: golang:1.16-stretch
+ <<: *golang-docker-debian-template
+ <<: *test-template
+ script:
+ - *go-test
+
+go-1.17:
+ image: golang:1.17-stretch
<<: *golang-docker-debian-template
<<: *test-template
script: