diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 0da5152..173d65b 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -22,9 +22,6 @@ jobs: with: go-version: ${{ env.GO_VERSION }} cache: true - - - name: For some reason this fixes the build - run: make clean - name: Install Protocol Buffers Compiler run: | diff --git a/.gitignore b/.gitignore index 01559cd..fb47bb3 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ Thumbs.db # Dependency directories vendor/ +bin/tools/ # Log files *.log diff --git a/bin/tools/protoc-gen-go b/bin/tools/protoc-gen-go deleted file mode 100755 index 065553a..0000000 Binary files a/bin/tools/protoc-gen-go and /dev/null differ