aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorCecylia Bocovich <cohosh@torproject.org>2022-10-12 11:05:05 -0400
committerCecylia Bocovich <cohosh@torproject.org>2022-10-12 11:30:47 -0400
commit8b1970a3ce85436e87a9ac868652c3fc3d8c4b58 (patch)
treed8fc38c39064f64a7d632640b3b8eb805287884a /.gitlab-ci.yml
parent31b958302e93457aa9188c7ae5f5977dad1929bf (diff)
downloadsnowflake-8b1970a3ce85436e87a9ac868652c3fc3d8c4b58.tar.gz
snowflake-8b1970a3ce85436e87a9ac868652c3fc3d8c4b58.zip
Update CI tests to include latest and min go versions
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e03c8c4..7db34d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -139,22 +139,22 @@ android:
- go get golang.org/x/mobile/bind
- gomobile bind -v -target=android $REPRODUCIBLE_FLAGS .
-go-1.16:
- image: golang:1.16-stretch
+go-1.15:
+ image: golang:1.15-stretch
<<: *golang-docker-debian-template
<<: *test-template
script:
- *go-test
-go-1.17:
- image: golang:1.17-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:
@@ -169,7 +169,7 @@ debian-testing:
generate_tarball:
stage: deploy
- image: golang:1.17-stretch
+ image: golang:1.19-buster
rules:
- if: $CI_COMMIT_TAG
script: