Drop go1.14 support

This commit is contained in:
yuin 2021-04-18 18:08:20 +09:00
parent 9f5125e104
commit db22606847

View file

@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.14.x,1.15.x]
go-version: [1.15.x,1.16.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps: