Update go.yml

This commit is contained in:
Chris Lu 2020-10-29 23:09:28 -07:00 committed by GitHub
parent 11697ca9fd
commit e379fc3658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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