Update go.yml
Remove Go Release Binary - doesnt wok with oneof the deps.
This commit is contained in:
parent
15e7a8ab93
commit
e37a000b36
|
|
@ -27,8 +27,8 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v .
|
run: go build -v .
|
||||||
|
|
||||||
- name: Go Release Binary
|
# - name: Go Release Binary
|
||||||
uses: ngs/go-release.action@v1.0.2
|
# uses: ngs/go-release.action@v1.0.2
|
||||||
env:
|
# env:
|
||||||
GOROOT: ""
|
# GOROOT: ""
|
||||||
HOME: "/github/home/"
|
# HOME: "/github/home/"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue