Update release workflow to use Go 1.15
This commit is contained in:
parent
37fbae0fcd
commit
42acdbb315
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user