Skip to content

Commit debeaa9

Browse files
committed
ci(go): add 1.24 to test matrix
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent abf8e67 commit debeaa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: go-test
1414
strategy:
1515
matrix:
16-
go-version: [1.22.x, 1.23.x]
16+
go-version: [1.22.x, 1.23.x, 1.24.x]
1717
platform: [ubuntu-latest]
1818
runs-on: ${{ matrix.platform }}
1919
steps:

0 commit comments

Comments
 (0)