1
0
mirror of https://github.com/labstack/echo.git synced 2025-11-29 22:48:07 +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

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: