Skip to content

Commit d385a92

Browse files
add support for Go 1.15 & drop support for Go 1.12
1 parent 7a90304 commit d385a92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/echo.yml

Lines changed: 1 addition & 1 deletion
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.12, 1.13, 1.14]
30+
go: [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)