diff options
author | Valery Piashchynski <[email protected]> | 2021-10-02 19:46:09 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-10-02 19:46:09 +0300 |
commit | 1c26ea29c0470982b7071fb83a7af7d2e79a6beb (patch) | |
tree | 2bd021c77922d330eac78cfb2e219a9d8e82209c /.github | |
parent | 2aa7acc3509fbc2001a4827546f7a8bda496fb05 (diff) |
Correct CI and bors.toml
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 1e48bfd6..be74d606 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -64,11 +64,6 @@ jobs: - name: Install Go dependencies run: go mod download - - name: Install protoc - uses: arduino/setup-protoc@v1 - with: - version: '3.17.3' - - name: Run golang tests with coverage run: make test_coverage |