summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCecylia Bocovich <cohosh@torproject.org>2023-09-19 11:13:50 -0400
committerCecylia Bocovich <cohosh@torproject.org>2023-09-19 11:42:31 -0400
commit2844ac6a132ee6fa634a478dcdffe053cd8fd56f (patch)
tree451a21d41c9e94c65bfda9310fe31359d7236756
parentf4e1ab90c85f8d9bd6a976c50266a3ae28cd2726 (diff)
downloadsnowflake-2844ac6a132ee6fa634a478dcdffe053cd8fd56f.tar.gz
snowflake-2844ac6a132ee6fa634a478dcdffe053cd8fd56f.zip
Update CI targets to include only Go 1.20 and 1.21
To keep up with our dependencies, we no longer support versions of Go older than v1.20.
-rw-r--r--.gitlab-ci.yml15
1 files changed, 4 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 70a0ffe..6c3cb30 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -142,22 +142,15 @@ android:
- go get golang.org/x/mobile/bind
- gomobile bind -v -target=android $REPRODUCIBLE_FLAGS .
-go-1.18:
- image: golang:1.18-$DEBIAN_OLD_STABLE
- <<: *golang-docker-debian-template
- <<: *test-template
- script:
- - *go-test
-
-go-1.19:
- image: golang:1.19-$DEBIAN_STABLE
+go-1.20:
+ image: golang:1.20-$DEBIAN_STABLE
<<: *golang-docker-debian-template
<<: *test-template
script:
- *go-test
-go-1.20:
- image: golang:1.20-$DEBIAN_STABLE
+go-1.21:
+ image: golang:1.21-$DEBIAN_STABLE
<<: *golang-docker-debian-template
<<: *test-template
script: