summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShelikhoo <xiaokangwang@outlook.com>2023-09-25 14:27:23 +0100
committerShelikhoo <xiaokangwang@outlook.com>2023-09-25 14:27:23 +0100
commit60e66beadc922be1cbdef09bfb1d11ca72ddea6c (patch)
tree862a5f824c2c3240d187adcebf9a3808f80a06f5
parent1d069ca71d073827730edceac3a5fe1ac446422e (diff)
downloadsnowflake-60e66beadc922be1cbdef09bfb1d11ca72ddea6c.tar.gz
snowflake-60e66beadc922be1cbdef09bfb1d11ca72ddea6c.zip
Remove Golang 1.20 from CI Testing
-rw-r--r--.gitlab-ci.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2478f7c..60c9f35 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -140,13 +140,6 @@ android:
- go get golang.org/x/mobile/bind
- gomobile bind -v -target=android $REPRODUCIBLE_FLAGS .
-go-1.20:
- image: golang:1.20-$DEBIAN_STABLE
- <<: *golang-docker-debian-template
- <<: *test-template
- script:
- - *go-test
-
go-1.21:
image: golang:1.21-$DEBIAN_STABLE
<<: *golang-docker-debian-template