mirror of
https://github.com/redis/go-redis.git
synced 2025-07-31 05:04:23 +03:00
Adding Go 1.21.x for CI coverage (#2697)
* Update build.yml Add support to go 1.21.x * Update doctests.yaml --------- Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.19.x, 1.20.x]
|
go-version: [1.19.x, 1.20.x, 1.21.x]
|
||||||
|
|
||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
|
2
.github/workflows/doctests.yaml
vendored
2
.github/workflows/doctests.yaml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [ "1.18", "1.19", "1.20" ]
|
go-version: [ "1.18", "1.19", "1.20", "1.21" ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set up ${{ matrix.go-version }}
|
- name: Set up ${{ matrix.go-version }}
|
||||||
|
Reference in New Issue
Block a user