Revert "update CI and everything to Go 1.14."

This reverts commit 905fe9f6a2.

We're not quite ready to update the Mac/iOS builds to 1.14.
This commit is contained in:
David Anderson
2020-03-06 13:45:54 -08:00
parent 643bf14653
commit 47265000da
9 changed files with 15 additions and 15 deletions

View File

@@ -16,10 +16,10 @@ jobs:
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

View File

@@ -16,10 +16,10 @@ jobs:
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

View File

@@ -16,10 +16,10 @@ jobs:
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

View File

@@ -16,10 +16,10 @@ jobs:
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

View File

@@ -16,10 +16,10 @@ jobs:
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

View File

@@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-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
- name: Check out code
uses: actions/checkout@v1