diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e6ac86f6..a3c045e3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ variables: test-x-sqlite: parallel: matrix: - - GOVER: ["1.22", "1.23rc2"] + - GOVER: ["1.22", "1.23"] stage: test image: golang:$GOVER script: @@ -30,7 +30,7 @@ test: parallel: matrix: - COUCHVER: ["2.2.0", "2.3.1", "3.0.1", "3.1.2", "3.2.3", "3.3.3"] - GOVER: ["1.17", "1.18", "1.19", "1.20", "1.21", "1.22", "1.23rc2"] + GOVER: ["1.17", "1.18", "1.19", "1.20", "1.21", "1.22", "1.23"] stage: test image: golang:$GOVER services: