1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-24 20:14:31 +02:00

add support for Go 1.15 & drop support for Go 1.12

This commit is contained in:
Ajitem Sahasrabuddhe 2020-11-13 17:30:47 +05:30 committed by GitHub
parent 7a90304d2d
commit d385a92e51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: [1.12, 1.13, 1.14]
go: [1.13, 1.14, 1.15]
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
runs-on: ${{ matrix.os }}
steps: