We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d385a92 commit fdbcc2fCopy full SHA for fdbcc2f
.github/workflows/echo.yml
@@ -27,7 +27,7 @@ jobs:
27
strategy:
28
matrix:
29
os: [ubuntu-latest, macos-latest, windows-latest]
30
- go: [1.13, 1.14, 1.15]
+ go: [1.12, 1.13, 1.14, 1.15]
31
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
32
runs-on: ${{ matrix.os }}
33
steps:
0 commit comments