Skip to content

Commit 0bdef9c

Browse files
committed
ci(workflow): add Go version 1.25 to test matrix for expanded compatibility testing
1 parent 66013da commit 0bdef9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
go-version: ['1.20', '1.21', '1.22', '1.23', '1.24']
26+
go-version: ['1.20', '1.21', '1.22', '1.23', '1.24', '1.25']
2727
os: [ubuntu-latest, macos-latest, windows-latest]
2828
env:
2929
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)