Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 83b9985

Browse files
committedOct 13, 2023
upgrade to protoc v24.3
1 parent baa02cb commit 83b9985

File tree

129 files changed

+858
-334
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+858
-334
lines changed
 

‎.github/workflows/check-protobuf-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ jobs:
6161
- name: Install protoc compiler
6262
uses: arduino/setup-protoc@v2
6363
with:
64-
version: v23.2
64+
version: v24.3
6565
repo-token: ${{ secrets.GITHUB_TOKEN }}
6666

6767
- name: Install Go deps
6868
run: |
69-
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30.0
69+
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.31.0
7070
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
7171
7272
- name: Install Task

‎.licensed.yml

+5
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ reviewed:
5757
- golang.org/x/crypto/openpgp/packet
5858
- golang.org/x/crypto/openpgp/s2k
5959
- golang.org/x/sys/execabs
60+
- golang.org/x/text/encoding
61+
- golang.org/x/text/encoding/internal
62+
- golang.org/x/text/encoding/internal/identifier
63+
- golang.org/x/text/encoding/unicode
64+
- golang.org/x/text/internal/utf8internal
6065

6166
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/GPL-3.0/.licensed.yml
6267
allowed:

0 commit comments

Comments
 (0)
Please sign in to comment.