We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d600941 commit 3cd81dbCopy full SHA for 3cd81db
1 file changed
.github/workflows/go.yml
@@ -40,7 +40,7 @@ jobs:
40
runs-on: ubuntu-latest
41
strategy:
42
matrix:
43
- go: ['1.16.x', 1.15.x', '1.14.x']
+ go: ['1.16.x', '1.15.x', '1.14.x']
44
steps:
45
46
- name: Build ${{ matrix.go }}
0 commit comments