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 f3a15c4 commit 8c6432eCopy full SHA for 8c6432e
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- go-version: [1.19.x, 1.20.x, 1.21.x]
+ go-version: [1.20.x, 1.21.x, 1.22.x, 1.23.x]
20
21
services:
22
redis:
@@ -56,10 +56,11 @@ jobs:
56
- "7.2.6"
57
- "6.2.16"
58
go-version:
59
- - "1.19.x"
60
- "1.20.x"
61
- "1.21.x"
62
-
+ - "1.22.x"
+ - "1.23.x"
63
+
64
steps:
65
- name: Set up ${{ matrix.go-version }}
66
uses: actions/setup-go@v5
@@ -73,7 +74,7 @@ jobs:
73
74
- name: Set up Docker Compose environment
75
run: |
76
docker compose --profile all up -d
77
78
- name: Run tests
79
env:
80
USE_CONTAINERIZED_REDIS: "true"
0 commit comments