We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979bb43 commit cb7a45aCopy full SHA for cb7a45a
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
test:
12
strategy:
13
matrix:
14
- go-version: [1.18, 1.19, 1.20, 1.21, 1.22]
+ go-version: ["1.18", "1.19", "1.20", "1.21", "1.22"]
15
platform: [ubuntu-latest, macos-latest, windows-latest]
16
runs-on: ${{ matrix.platform }}
17
steps:
0 commit comments