We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ebf25 commit 535619cCopy full SHA for 535619c
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
name: Build
22
strategy:
23
matrix:
24
- go-version: [1.18.x]
+ go-version: [1.19.x, 1.18.x]
25
platform: [ubuntu-latest, macos-latest, windows-latest]
26
runs-on: ${{ matrix.platform }}
27
steps:
0 commit comments