Skip to content

Commit

Permalink
Run tests against released version of Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
flimzy committed Dec 4, 2024
1 parent 72210e5 commit 45735d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 45735d8

Please sign in to comment.