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.
go test
1 parent c88b52d commit cc947c5Copy full SHA for cc947c5
.github/workflows/test.yaml
@@ -10,7 +10,7 @@ jobs:
10
test:
11
strategy:
12
matrix:
13
- go-version: [1.22.x]
+ go-version: [1.23.x, 1.22.x]
14
platform: [ubuntu-latest, macos-latest, windows-latest]
15
runs-on: ${{ matrix.platform }}
16
steps:
0 commit comments