aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShelikhoo <xiaokangwang@outlook.com>2023-03-20 11:20:40 +0000
committerShelikhoo <xiaokangwang@outlook.com>2023-03-22 12:19:06 +0000
commit47dd253a37f148750b1a3e4289e1f28362c16329 (patch)
tree73a8536a035e19105a11f486afa3d33427b96475
parent1ef43a0ddef0c434ee22df86370ebcd6b894dbaf (diff)
downloadsnowflake-47dd253a37f148750b1a3e4289e1f28362c16329.tar.gz
snowflake-47dd253a37f148750b1a3e4289e1f28362c16329.zip
Update CI test targets
-rw-r--r--.gitlab-ci.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 178c5a7..28003ff 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -110,7 +110,7 @@ android:
gnupg
unzip
wget
- - apt-get install -t bullseye-backports golang-1.16
+ - apt-get install -t bullseye-backports golang
- ndk=android-ndk-r21e-linux-x86_64.zip
- wget --continue --no-verbose https://dl.google.com/android/repository/$ndk
@@ -140,22 +140,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.18:
+ image: golang:1.18-stretch
<<: *golang-docker-debian-template
<<: *test-template
script:
- *go-test
-go-1.18:
- image: golang:1.18-stretch
+go-1.19:
+ image: golang:1.19-buster
<<: *golang-docker-debian-template
<<: *test-template
script:
- *go-test
-go-1.19:
- image: golang:1.19-buster
+go-1.20:
+ image: golang:1.20-buster
<<: *golang-docker-debian-template
<<: *test-template
script: