Update go.yml

Remove Go Release Binary - doesnt wok with oneof the deps.
This commit is contained in:
Barry 2020-02-24 21:06:37 +02:00 committed by GitHub
parent 15e7a8ab93
commit e37a000b36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -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/"