Skip to content

Commit 932437e

Browse files
committed
ci: Use go 1.25 rather than 1.23
Signed-off-by: Stefan Berger <[email protected]>
1 parent d1d7e83 commit 932437e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go: [ '1.24', '1.23' ]
15+
go: [ '1.24', '1.25' ]
1616
name: Go Version ${{ matrix.go }}
1717
steps:
1818
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)