Revert "github: run tests with go 1.14"

This reverts commit 884c8adae5290b0e95a04a7f50bc82c821eac52e.
This commit is contained in:
Luke Plaster
2020-03-04 16:07:32 +08:00
committed by Luke Plaster
parent 0729e950f1
commit c66e035bc1

View File

@@ -14,10 +14,10 @@ jobs:
runs-on: macOS-latest
steps:
- name: Set up Go 1.14
- name: Set up Go 1.13
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.13
id: go
- name: Check out code into the Go module directory