From 4e7f8975273a8386e632cfa40a4fcf6f1a6a4aee Mon Sep 17 00:00:00 2001 From: Cecylia Bocovich Date: Thu, 26 May 2022 12:51:54 -0400 Subject: [PATCH] Update snowflake CI to test with go 1.18 --- .gitlab-ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ebbcf36..e03c8c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -139,13 +139,6 @@ android: - go get golang.org/x/mobile/bind - gomobile bind -v -target=android $REPRODUCIBLE_FLAGS . -go-1.15: - image: golang:1.15-stretch - <<: *golang-docker-debian-template - <<: *test-template - script: - - *go-test - go-1.16: image: golang:1.16-stretch <<: *golang-docker-debian-template @@ -160,6 +153,13 @@ go-1.17: script: - *go-test +go-1.18: + image: golang:1.18-stretch + <<: *golang-docker-debian-template + <<: *test-template + script: + - *go-test + debian-testing: image: debian:testing <<: *debian-native-template