Skip to content

Commit fde4f0f

Browse files
authored
ci(go): add 1.24 to test matrix (#304)
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
1 parent 28c7b8a commit fde4f0f

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)