From 5972bb2f23ac900303f0dd5c6369e6bc5f5cdaf5 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Wed, 25 Nov 2020 11:17:28 +1100 Subject: [PATCH] attempt to fix pipeline --- .github/workflows/go.yml | 3 --- scripts/format.sh | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6c35be9e..d1cd8ce4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -28,7 +28,4 @@ jobs: run: | export PATH=${PATH}:`go env GOPATH`/bin scripts/devtools.sh - - name: Build - run: | - export PATH=${PATH}:`go env GOPATH`/bin make local build \ No newline at end of file diff --git a/scripts/format.sh b/scripts/format.sh index 123155fc..eca4b063 100755 --- a/scripts/format.sh +++ b/scripts/format.sh @@ -2,3 +2,4 @@ find . \( -path ./vendor \) -prune -o -name "*.go" -exec goimports -w {} \; go mod tidy +go mod vendor \ No newline at end of file