1
0
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:
Roland Lammel 2020-11-20 13:38:34 +01:00 committed by GitHub
commit ad3be08de1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: