Skip to content

Commit c68a2af

Browse files
committed
chore: make sure to sure to run the GI on latest Go versions
Also, add Go 1.18 to the list of Go versions to test against since it's still supported by go-redis.
1 parent d4ae523 commit c68a2af

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- "8.2.x" # Redis CE 8.2
2323
- "8.0.x" # Redis CE 8.0
2424
go-version:
25-
- "1.23.x"
26-
- "1.24.x"
25+
- "stable" # The latest stable Go release
26+
- "oldstable" # The previous Go release before stable
2727

2828
steps:
2929
- name: Set up ${{ matrix.go-version }}
@@ -78,8 +78,9 @@ jobs:
7878
- "8.2.x" # Redis CE 8.2
7979
- "8.0.x" # Redis CE 8.0
8080
go-version:
81-
- "1.23.x"
82-
- "1.24.x"
81+
- "stable" # The latest stable Go release
82+
- "oldstable" # The previous Go release before stable
83+
- "1.18.x" # Go 1.18 is the minimum supported version for go-redis (see go.mod)
8384

8485
steps:
8586
- name: Checkout code

0 commit comments

Comments
 (0)