mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-15 06:43:54 +00:00
Bump protoc
Signed-off-by: Jeremy Rickard <jeremyrrickard@gmail.com>
This commit is contained in:
parent
72c8cf9fce
commit
ae86051ec5
@ -55,7 +55,7 @@ dependencies:
|
|||||||
|
|
||||||
# protoc
|
# protoc
|
||||||
- name: "protoc"
|
- name: "protoc"
|
||||||
version: 3.19.4
|
version: 23.4
|
||||||
refPaths:
|
refPaths:
|
||||||
- path: hack/lib/protoc.sh
|
- path: hack/lib/protoc.sh
|
||||||
match: PROTOC_VERSION=
|
match: PROTOC_VERSION=
|
||||||
|
@ -25,7 +25,7 @@ set -o pipefail
|
|||||||
KUBE_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd -P)"
|
KUBE_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd -P)"
|
||||||
source "${KUBE_ROOT}/hack/lib/init.sh"
|
source "${KUBE_ROOT}/hack/lib/init.sh"
|
||||||
|
|
||||||
PROTOC_VERSION=3.19.4
|
PROTOC_VERSION=23.4
|
||||||
|
|
||||||
# Generates $1/api.pb.go from the protobuf file $1/api.proto
|
# Generates $1/api.pb.go from the protobuf file $1/api.proto
|
||||||
# and formats it correctly
|
# and formats it correctly
|
||||||
|
Loading…
Reference in New Issue
Block a user