Skip to content

Commit 8c6432e

Browse files
authored
Add Go 1.22.x and 1.23.x, drop unsupported Go 1.19.x
1 parent f3a15c4 commit 8c6432e

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
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
go-version: [1.19.x, 1.20.x, 1.21.x]
19+
go-version: [1.20.x, 1.21.x, 1.22.x, 1.23.x]
2020

2121
services:
2222
redis:
@@ -56,10 +56,11 @@ jobs:
5656
- "7.2.6"
5757
- "6.2.16"
5858
go-version:
59-
- "1.19.x"
6059
- "1.20.x"
6160
- "1.21.x"
62-
61+
- "1.22.x"
62+
- "1.23.x"
63+
6364
steps:
6465
- name: Set up ${{ matrix.go-version }}
6566
uses: actions/setup-go@v5
@@ -73,7 +74,7 @@ jobs:
7374
- name: Set up Docker Compose environment
7475
run: |
7576
docker compose --profile all up -d
76-
77+
7778
- name: Run tests
7879
env:
7980
USE_CONTAINERIZED_REDIS: "true"

0 commit comments

Comments
 (0)