Skip to content

Commit

Permalink
chore: add Go 1.22.x for CI coverage
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
justinhwang committed Apr 16, 2024
1 parent 9f1522a commit 9aff5ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.19.x, 1.20.x, 1.21.x]
go-version: [1.20.x, 1.21.x, 1.22.x]

services:
redis:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doctests.yaml
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [ "1.18", "1.19", "1.20", "1.21" ]
go-version: [ "1.18", "1.19", "1.20", "1.21", "1.22" ]

steps:
- name: Set up ${{ matrix.go-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-redis-enterprise.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.21.x]
go-version: [1.22.x]
re-build: ["7.4.2-54"]

steps:
Expand Down

0 comments on commit 9aff5ea

Please sign in to comment.