Skip to content

Commit

Permalink
Revert protoc version change and update to protoc testdata.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobg committed May 3, 2023
1 parent 44d351f commit 7902b49
Show file tree
Hide file tree
Showing 3 changed files with 304 additions and 269 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.21.12'
version: '3.12.4'

- name: Unit tests
run: go test -v -coverprofile=cover.out ./...
Expand Down

0 comments on commit 7902b49

Please sign in to comment.