From e37a000b3606401ae7c99d6a745c9d47aa2f34d7 Mon Sep 17 00:00:00 2001 From: Barry Date: Mon, 24 Feb 2020 21:06:37 +0200 Subject: [PATCH] Update go.yml Remove Go Release Binary - doesnt wok with oneof the deps. --- .github/workflows/go.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3c3455c..c01d59f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -27,8 +27,8 @@ jobs: - name: Build run: go build -v . - - name: Go Release Binary - uses: ngs/go-release.action@v1.0.2 - env: - GOROOT: "" - HOME: "/github/home/" +# - name: Go Release Binary +# uses: ngs/go-release.action@v1.0.2 +# env: +# GOROOT: "" +# HOME: "/github/home/"