fix goreleaser

pull/2426/head
fatedier 4 years ago
parent 8637077d90
commit 5f594e9a71

@ -16,6 +16,10 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.16
- run: |
# https://github.com/actions/setup-go/issues/107
cp -f `which go` /usr/bin/go
- name: Make All
run: |

Loading…
Cancel
Save