We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efd1489 + 735fee6 commit 6abfb4eCopy full SHA for 6abfb4e
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
Tests:
9
strategy:
10
matrix:
11
- go-version: [1.18.x, 1.19.x]
+ go-version: [1.18.x, 1.19.x, 1.20.x]
12
platform: [ubuntu-latest, windows-latest, macos-latest]
13
runs-on: ${{ matrix.platform }}
14
steps:
0 commit comments