Skip to content

Commit 34e469e

Browse files
committed
build: Remove Go 1.23 from test matrix
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
1 parent f91469e commit 34e469e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
go-version: [1.23.x, 1.24.x, 1.25.x]
14+
go-version: [1.24.x, 1.25.x]
1515
platform: [ubuntu-latest, macos-latest, windows-latest]
1616

1717
permissions:

0 commit comments

Comments
 (0)