Skip to content

Commit 6a95782

Browse files
authored
ci(go): add 1.24 to test matrix (#356)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 08febc7 commit 6a95782

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
name: go-test
1414
strategy:
1515
matrix:
16-
go-version: [1.22.x, 1.23.x]
17-
platform: [ubuntu-latest, macos-latest]
16+
go-version: [1.22.x, 1.23.x, 1.24.x]
17+
platform: [ubuntu-latest]
1818
runs-on: ${{ matrix.platform }}
1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)