Skip to content

Commit 296fc4e

Browse files
committed
ci: Use go 1.26 rather than 1.24
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
1 parent 929edb2 commit 296fc4e

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.25' ]
15+
go: [ '1.26', '1.25' ]
1616
name: Go Version ${{ matrix.go }}
1717
steps:
1818
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)