We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ae523 commit c68a2afCopy full SHA for c68a2af
.github/workflows/build.yml
@@ -22,8 +22,8 @@ jobs:
22
- "8.2.x" # Redis CE 8.2
23
- "8.0.x" # Redis CE 8.0
24
go-version:
25
- - "1.23.x"
26
- - "1.24.x"
+ - "stable" # The latest stable Go release
+ - "oldstable" # The previous Go release before stable
27
28
steps:
29
- name: Set up ${{ matrix.go-version }}
@@ -78,8 +78,9 @@ jobs:
78
79
80
81
82
83
+ - "1.18.x" # Go 1.18 is the minimum supported version for go-redis (see go.mod)
84
85
86
- name: Checkout code
0 commit comments