We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e1468 commit cb8720bCopy full SHA for cb8720b
.github/workflows/go.yml
@@ -27,7 +27,7 @@ jobs:
27
strategy:
28
matrix:
29
os: [ubuntu-latest]
30
- go: [1.18, 1.19]
+ go: [1.17, 1.18, 1.19]
31
include:
32
- os: ubuntu-latest
33
go-build: ~/.cache/go-build
0 commit comments