Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e1e4532

Browse files
committedMay 2, 2025·
Update test matrix to go1.24, .23, and .22
1 parent 9e863ff commit e1e4532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
go:
19+
- '1.24'
20+
- '1.23'
1921
- '1.22'
20-
- '1.21'
21-
- '1.20'
2222
steps:
2323
- uses: actions/checkout@v3
2424

0 commit comments

Comments
 (0)
Please sign in to comment.