Update snowflake CI to test with go 1.18

This commit is contained in:
Cecylia Bocovich 2022-05-26 12:51:54 -04:00
parent ae5a71e6e5
commit 4e7f897527
No known key found for this signature in database
GPG key ID: 009DE379FD9B7B90

View file

@ -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