summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 0224de69..b20ec4dd 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -64,6 +64,11 @@ 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