Skip to content

Commit 6462c5f

Browse files
committed
gha: add go1.23 - go1.26
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 1927f8e commit 6462c5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test:
99
strategy:
1010
matrix:
11-
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x]
11+
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x, 1.24.x, 1.25.x, 1.26.x]
1212
platform: [ubuntu-latest, windows-latest]
1313
runs-on: ${{ matrix.platform }}
1414
steps:

0 commit comments

Comments
 (0)