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

Commit 5c851ca

Browse files
fix: add supported go version (#24)
1 parent 1c628f7 commit 5c851ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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]
10+
go-version: ['1.19', '1.20', '1.21']
1111
steps:
1212
- name: checkout
1313
uses: actions/checkout@v4
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
go-version: [1.19]
29+
go-version: ['1.19', '1.20', '1.21']
3030
steps:
3131
- name: checkout
3232
uses: actions/checkout@v4

0 commit comments

Comments
 (0)