Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit e17cc0c

Browse files
committed
1. GitHub Actions: Added testing in unstable Go version
1 parent 011683b commit e17cc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
strategy:
4343
matrix:
44-
go: ["1.20.x", "1.21.x"]
44+
go: ["1.20.x", "1.21.x", ">=1.22.0-rc.1"]
4545

4646
steps:
4747
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)