Skip to content

Commit e1cf6dc

Browse files
committed
Add go 1.22 to unit tests
1 parent 0194dbf commit e1cf6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
go-version: ["1.21", stable]
35+
go-version: ["1.21", "1.22", stable]
3636
steps:
3737
- name: Checkout Repository
3838
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

0 commit comments

Comments
 (0)