We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3735f92 commit 48deb7eCopy full SHA for 48deb7e
1 file changed
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
test:
20
strategy:
21
matrix:
22
- go: ["1.18.x", "1.22.x", "1.23.x"]
+ go: ["1.18.x", "oldstable", "stable"]
23
platform: [ubuntu-latest, windows-latest, macos-latest]
24
runs-on: ${{ matrix.platform }}
25
steps:
0 commit comments