mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
Merge pull request #1157 from marquiz/devel/generate-protobuf
generate: update protoc to v22.3
This commit is contained in:
commit
6b85d9d66b
2 changed files with 4 additions and 4 deletions
|
@ -11,9 +11,9 @@ RUN go install github.com/vektra/mockery/v2@v2.20.0 && \
|
|||
|
||||
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 && \
|
||||
unzip protoc-3.17.3-linux-x86_64.zip -d /usr/local && \
|
||||
rm 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-22.3-linux-x86_64.zip -d /usr/local && \
|
||||
rm protoc-22.3-linux-x86_64.zip && \
|
||||
chmod a+x /usr/local/bin/protoc && \
|
||||
find /usr/local -type d | xargs chmod 755 && \
|
||||
find /usr/local -type f | xargs chmod a+r
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.23.0
|
||||
// protoc v3.17.3
|
||||
// protoc v4.22.3
|
||||
// source: labeler.proto
|
||||
|
||||
package labeler
|
||||
|
|
Loading…
Reference in a new issue