chore: Bump protoc to 3.20.0 (#1104)

* chore: Bump protoc to 3.20.0
* Make gen with 3.20.0 protoc
This commit is contained in:
Steven Masley
2022-04-23 01:53:22 +00:00
committed by GitHub
parent e181007de1
commit da3681246e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ jobs:
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: "3.19.4"
version: "3.20.0"
- uses: actions/setup-go@v3
with:
go-version: "~1.18"