1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

generate: update protoc to v22.3

This commit is contained in:
Markus Lehtonen 2023-04-18 22:52:19 +03:00
parent e0af9c429e
commit 117baac1a6
2 changed files with 4 additions and 4 deletions

View file

@ -11,9 +11,9 @@ RUN go install github.com/vektra/mockery/v2@v2.20.0 && \
RUN apt-get update && apt-get install unzip RUN apt-get update && apt-get install unzip
RUN curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.17.3/protoc-3.17.3-linux-x86_64.zip && \ RUN curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v22.3/protoc-22.3-linux-x86_64.zip && \
unzip protoc-3.17.3-linux-x86_64.zip -d /usr/local && \ unzip protoc-22.3-linux-x86_64.zip -d /usr/local && \
rm protoc-3.17.3-linux-x86_64.zip && \ rm protoc-22.3-linux-x86_64.zip && \
chmod a+x /usr/local/bin/protoc && \ chmod a+x /usr/local/bin/protoc && \
find /usr/local -type d | xargs chmod 755 && \ find /usr/local -type d | xargs chmod 755 && \
find /usr/local -type f | xargs chmod a+r find /usr/local -type f | xargs chmod a+r

View file

@ -16,7 +16,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT. // Code generated by protoc-gen-go. DO NOT EDIT.
// versions: // versions:
// protoc-gen-go v1.23.0 // protoc-gen-go v1.23.0
// protoc v3.17.3 // protoc v4.22.3
// source: labeler.proto // source: labeler.proto
package labeler package labeler