Skip to content

Commit f035f59

Browse files
author
Hyper
committed
test with go 1.24 & 1.25
1 parent 5d085aa commit f035f59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest, macos-latest, windows-latest]
19-
go: ['1.18', '1.19', '1.20', '1.21', '1.22', '1.23']
19+
go: ['1.18', '1.19', '1.20', '1.21', '1.22', '1.23', '1.24', '1.25']
2020

2121
steps:
2222
- name: Set up Go

0 commit comments

Comments
 (0)