Drop old versions (#979)

This commit is contained in:
mattn 2021-10-26 09:38:41 +09:00 committed by GitHub
parent 9537be5eb3
commit bb15a32a4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: ['1.12.17', '1.13.15', '1.14.7', '1.15', '1.16', '1.17']
go: ['1.15', '1.16', '1.17']
fail-fast: false
env:
OS: ${{ matrix.os }}