Skip to content

Commit 9aff5ea

Browse files
committed
chore: add Go 1.22.x for CI coverage
Similar to #2697, adds support for Go 1.22.x. Also, as per the README, go-redis supports the 2 last Go versions so remove 1.19.x from `build.yml`.
1 parent 9f1522a commit 9aff5ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
go-version: [1.19.x, 1.20.x, 1.21.x]
19+
go-version: [1.20.x, 1.21.x, 1.22.x]
2020

2121
services:
2222
redis:

.github/workflows/doctests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
go-version: [ "1.18", "1.19", "1.20", "1.21" ]
28+
go-version: [ "1.18", "1.19", "1.20", "1.21", "1.22" ]
2929

3030
steps:
3131
- name: Set up ${{ matrix.go-version }}

.github/workflows/test-redis-enterprise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
go-version: [1.21.x]
18+
go-version: [1.22.x]
1919
re-build: ["7.4.2-54"]
2020

2121
steps:

0 commit comments

Comments
 (0)