Skip to content

Commit 854a760

Browse files
committed
chore: add Go 1.22.x for CI coverage
1 parent 9f1522a commit 854a760

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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]
2020

2121
services:
2222
redis:

.github/workflows/doctests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
go-version: [ "1.18", "1.19", "1.20", "1.21" ]
28+
go-version: [ "1.18", "1.19", "1.20", "1.21", "1.22" ]
2929

3030
steps:
3131
- name: Set up ${{ matrix.go-version }}

0 commit comments

Comments
 (0)