Skip to content

Commit 358c4e8

Browse files
committed
chore: add all versions to validate what could be the minimal go version
1 parent e6fff23 commit 358c4e8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@ jobs:
8080
go-version:
8181
- "stable" # The latest stable Go release
8282
- "oldstable" # The previous Go release before stable
83+
- "1.25.x"
84+
- "1.24.x"
85+
- "1.23.x"
86+
- "1.22.x"
87+
- "1.21.x"
88+
- "1.20.x"
89+
- "1.19.x"
8390
- "1.18.x" # Go 1.18 is the minimum supported version for go-redis (see go.mod)
8491

8592
steps:

0 commit comments

Comments
 (0)