We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf536d commit 201f134Copy full SHA for 201f134
.github/workflows/go-test.yml
@@ -13,9 +13,8 @@ jobs:
13
name: go-test
14
strategy:
15
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]
+ go-version: [1.22.x, 1.23.x, 1.24.x]
+ platform: [ubuntu-latest]
19
runs-on: ${{ matrix.platform }}
20
steps:
21
- uses: actions/checkout@v4
0 commit comments