Skip to content
This repository was archived by the owner on Jul 31, 2024. It is now read-only.

Commit f782500

Browse files
feat: add go 1.22 for ci (#27)
1 parent a8f11a7 commit f782500

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
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
go-version: ['1.19', '1.20', '1.21']
10+
go-version: ['1.19', '1.20', '1.21', '1.22']
1111
steps:
1212
- name: checkout
1313
uses: actions/checkout@v4

0 commit comments

Comments
 (0)