aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCecylia Bocovich <cohosh@torproject.org>2022-05-26 12:51:54 -0400
committerCecylia Bocovich <cohosh@torproject.org>2022-05-26 12:51:54 -0400
commit4e7f8975273a8386e632cfa40a4fcf6f1a6a4aee (patch)
tree73898ea319653aac2922135975a0e11d81496d65
parentae5a71e6e58e664311e3a12f9adb48ed439df4a5 (diff)
downloadsnowflake-4e7f8975273a8386e632cfa40a4fcf6f1a6a4aee.tar.gz
snowflake-4e7f8975273a8386e632cfa40a4fcf6f1a6a4aee.zip
Update snowflake CI to test with go 1.18
-rw-r--r--.gitlab-ci.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ebbcf36..e03c8c4 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.15:
- image: golang:1.15-stretch
+go-1.16:
+ image: golang:1.16-stretch
<<: *golang-docker-debian-template
<<: *test-template
script:
- *go-test
-go-1.16:
- image: golang:1.16-stretch
+go-1.17:
+ image: golang:1.17-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: