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 998f750 commit ad32cc0Copy full SHA for ad32cc0
1 file changed
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
test:
12
strategy:
13
matrix:
14
- go-version: [1.24.x,1.25.x]
+ go-version: [1.24.x, 1.25.x]
15
platform: [macos-latest, ubuntu-latest, windows-latest]
16
runs-on: ${{ matrix.platform }}
17
steps:
0 commit comments