Skip to content

Commit d74ffe7

Browse files
authored
Add Go version 1.25.x to go test workflow (#738)
1 parent d62fc3a commit d74ffe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test:
1010
strategy:
1111
matrix:
12-
go-version: [1.24.x]
12+
go-version: [ '1.24.x', '1.25.x' ]
1313
os: [ubuntu-latest]
1414
runs-on: ${{ matrix.os }}
1515

0 commit comments

Comments
 (0)