Skip to content

Commit 42840b3

Browse files
authored
Update GitHub Actions workflow configuration, test on Go 1.25.x (#2213)
1 parent aca2959 commit 42840b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
go-version: [1.23.x, 1.24.x]
8+
go-version: [1.23.x, 1.24.x, 1.25.x]
99
os: [ubuntu-24.04, macos-13, windows-latest]
1010
targetplatform: [x86, x64]
1111

0 commit comments

Comments
 (0)