Update release.yml to use go1.15.2

This commit is contained in:
Matthew Penner 2020-09-17 21:39:48 -06:00 committed by GitHub
parent 9ff2d53466
commit c7405aebe5
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.15'
go-version: '1.15.2'
- name: Build
env: