1
0
mirror of https://github.com/labstack/echo.git synced 2025-07-07 01:06:40 +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

View File

@ -23,7 +23,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macos-latest, windows-latest] 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 }} name: ${{ matrix.os }} @ Go ${{ matrix.go }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps: