From 45735d882ef0af95abebdde8c9f925ba4de0c488 Mon Sep 17 00:00:00 2001 From: Jonathan Hall Date: Wed, 4 Dec 2024 10:05:40 -0600 Subject: [PATCH] Run tests against released version of Go 1.23 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: