github: use Go 1.14 in CI.

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson
2020-04-19 13:56:51 -07:00
committed by Dave Anderson
parent 268d331cb5
commit 108e3af76f
7 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -16,10 +16,10 @@ jobs:
steps:
- name: Set up Go 1.13
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.14
id: go
- name: Check out code into the Go module directory