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