Skip to content

Commit fdbcc2f

Browse files
add support for go 1.12
1 parent d385a92 commit fdbcc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/echo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest, macos-latest, windows-latest]
30-
go: [1.13, 1.14, 1.15]
30+
go: [1.12, 1.13, 1.14, 1.15]
3131
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
3232
runs-on: ${{ matrix.os }}
3333
steps:

0 commit comments

Comments
 (0)