remove 1.12

This commit is contained in:
Mark Bates 2019-12-03 15:13:55 -05:00
parent 10f43292e9
commit 94798bc8a6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.12.x, 1.13.x]
go-version: [1.13.x]
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Checkout Code