Skip to content

Commit 9ba752d

Browse files
committed
Run CI for Go 1.21
1 parent e8d5653 commit 9ba752d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
go-version: ["1.18", "1.20"]
20+
go-version:
21+
- "1.18"
22+
- "1.19"
23+
- "1.20"
24+
- "1.21"
2125
steps:
2226
- uses: actions/setup-go@v3
2327
with:

0 commit comments

Comments
 (0)