chore: upgrade Go to 1.14

This commit is contained in:
Deluan
2020-02-26 09:37:48 -05:00
parent 0370f0a3ea
commit 07ac14f810
6 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -11,10 +11,10 @@ jobs:
os: [macOS-latest, ubuntu-latest]
steps:
- name: Set up Go 1.13
- name: Set up Go 1.14
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