mirror of
https://github.com/labstack/echo.git
synced 2025-06-08 23:56:20 +02:00
add support for go 1.12
This commit is contained in:
parent
d385a92e51
commit
fdbcc2f94e
2
.github/workflows/echo.yml
vendored
2
.github/workflows/echo.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
go: [1.13, 1.14, 1.15]
|
go: [1.12, 1.13, 1.14, 1.15]
|
||||||
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
|
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user