This is an automated email from the git hooks/post-receive script.
cohosh pushed a commit to branch main in repository pluggable-transports/snowflake.
The following commit(s) were added to refs/heads/main by this push: new 4e7f897 Update snowflake CI to test with go 1.18 4e7f897 is described below
commit 4e7f8975273a8386e632cfa40a4fcf6f1a6a4aee Author: Cecylia Bocovich cohosh@torproject.org AuthorDate: Thu May 26 12:51:54 2022 -0400
Update snowflake CI to test with go 1.18 --- .gitlab-ci.yml | 12 ++++++------ 1 file 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:
tor-commits@lists.torproject.org