1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-28 08:38:39 +02:00

test matrix add go1.14 (#1551)

test matrix deprecate go1.11
This commit is contained in:
Lars Lehtonen 2020-04-25 11:01:54 -07:00 committed by GitHub
parent a8b5de4286
commit c08f30359b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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