We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891e643 commit a8c5b55Copy full SHA for a8c5b55
.github/workflows/go.yml
@@ -32,7 +32,7 @@ jobs:
32
test:
33
strategy:
34
matrix:
35
- go-version: [ 1.20.x ] # 1.11.x, 1.12.x, 1.13.x,
+ go-version: [ 1.17.x, 1.20.x ] # 1.11.x, 1.12.x, 1.13.x,
36
#os: [ubuntu-latest, macos-latest, windows-latest]
37
os: [ ubuntu-latest ]
38
fail-fast: false
0 commit comments