mirror of
https://github.com/labstack/echo.git
synced 2025-04-13 11:50:33 +02:00
Merge pull request #1683 from asahasrabuddhe/patch-2
Add support for Go 1.15 to CI
This commit is contained in:
commit
ad3be08de1
2
.github/workflows/echo.yml
vendored
2
.github/workflows/echo.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
go: [1.12, 1.13, 1.14]
|
||||
go: [1.12, 1.13, 1.14, 1.15]
|
||||
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user