Update release workflow to use Go 1.15

This commit is contained in:
Matthew Penner 2020-08-23 15:22:58 -06:00 committed by GitHub
parent 37fbae0fcd
commit 42acdbb315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.14.2'
go-version: '^1.15'
- name: Build
env: