Skip to content

Commit b49e06c

Browse files
committed
revert go 1.19 in workflow
1 parent c6b0cc8 commit b49e06c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 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.20.x, 1.21.x, 1.22.x, 1.23.x]
19+
go-version: [1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x]
2020

2121
services:
2222
redis:
@@ -56,6 +56,7 @@ jobs:
5656
- "7.2.6"
5757
- "6.2.16"
5858
go-version:
59+
- "1.19.x"
5960
- "1.20.x"
6061
- "1.21.x"
6162
- "1.22.x"

.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.20", "1.21", "1.22", "1.23" ]
28+
go-version: [ "1.18", "1.19", "1.20", "1.21", "1.22", "1.23" ]
2929

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/redis/go-redis/v9
22

3-
go 1.20
3+
go 1.18
44

55
require (
66
github.com/bsm/ginkgo/v2 v2.12.0

0 commit comments

Comments
 (0)