From 42f64464d332d5f972f5216053ec682ed787bdeb Mon Sep 17 00:00:00 2001 From: Jonathan Hall Date: Thu, 18 Jul 2024 11:33:16 +0200 Subject: [PATCH] Bump 1.23 to rc2 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b69b6e98f..eecd14380 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ variables: test-x-sqlite: parallel: matrix: - - GOVER: ["1.22", "1.23rc1"] + - GOVER: ["1.22", "1.23rc2"] stage: test image: golang:$GOVER script: @@ -31,7 +31,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.23rc1"] + GOVER: ["1.17", "1.18", "1.19", "1.20", "1.21", "1.22", "1.23rc2"] stage: test image: golang:$GOVER services: