We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a31fa commit c5a3b65Copy full SHA for c5a3b65
1 file changed
.github/workflows/ci.yaml
@@ -18,7 +18,7 @@ jobs:
18
timeout-minutes: 10
19
strategy:
20
matrix:
21
- go-version: [1.13.x, 1.21.x, 1.22.x]
+ go-version: [1.13.x, oldstable, stable]
22
platform: [ubuntu-latest]
23
runs-on: ${{ matrix.platform }}
24
steps:
0 commit comments