Skip to content

Commit aa5da61

Browse files
authored
ci(go): add 1.24 to test matrix (#287)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 9cf536d commit aa5da61

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/go-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
name: go-test
1414
strategy:
1515
matrix:
16-
go-version: [1.22.x, 1.23.x]
17-
# XXX: is it actually useful to run unit tests on macOS?
18-
platform: [ubuntu-latest, macos-latest]
16+
go-version: [1.22.x, 1.23.x, 1.24.x]
17+
platform: [ubuntu-latest]
1918
runs-on: ${{ matrix.platform }}
2019
steps:
2120
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)