Remove go 1.14.x from CI

This commit is contained in:
Cameron Moore 2020-12-27 23:38:52 -06:00
parent 50a690a5e4
commit 7afdc54d87
No known key found for this signature in database
GPG Key ID: AF96E12468D7553E

View File

@ -4,7 +4,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.14.x, 1.15.x]
go-version: [1.15.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}