Skip to content

Commit aeaa90a

Browse files
committed
ci: Use go 1.26 rather than 1.24
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
1 parent 7214b3d commit aeaa90a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
tests:
6767
strategy:
6868
matrix:
69-
go: ["1.24", "1.25"]
69+
go: ["1.26", "1.25"]
7070
os: [ubuntu-22.04, windows-2022]
7171

7272
name: Tests / ${{ matrix.os }} / ${{ matrix.go }}

0 commit comments

Comments
 (0)