update go version to 1.14 for github workflow (#976)

master
Kevin Wan 3 years ago committed by GitHub
parent b9e268aae8
commit 6fd08027ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.13
go-version: ^1.14
id: go
- name: Check out code into the Go module directory

Loading…
Cancel
Save