summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-10-02 19:46:09 +0300
committerValery Piashchynski <[email protected]>2021-10-02 19:46:09 +0300
commit1c26ea29c0470982b7071fb83a7af7d2e79a6beb (patch)
tree2bd021c77922d330eac78cfb2e219a9d8e82209c
parent2aa7acc3509fbc2001a4827546f7a8bda496fb05 (diff)
Correct CI and bors.toml
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r--.github/workflows/linux.yml5
-rwxr-xr-xbors.toml1
2 files changed, 1 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
diff --git a/bors.toml b/bors.toml
index 697075af..1828db61 100755
--- a/bors.toml
+++ b/bors.toml
@@ -1,6 +1,7 @@
status = [
'Linux / Build (Go 1.17, PHP 7.4, OS ubuntu-latest)',
'Linux / Build (Go 1.17, PHP 8.0, OS ubuntu-latest)',
+ 'Linux / Build (Go 1.17, PHP 8.1, OS ubuntu-latest)',
'Linters / Golang-CI (lint) ',
]
required_approvals = 0