diff options
-rw-r--r-- | .github/workflows/linux.yml | 5 | ||||
-rwxr-xr-x | bors.toml | 1 |
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 @@ -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 |