mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
chore: bump up k8s.io dependencies to 1.17 (#3899) Signed-off-by: darshanime <deathbullet@gmail.com>
7 lines
190 B
Bash
7 lines
190 B
Bash
#!/bin/sh
|
|
# Update required versions of dependencies here whenever you change them in
|
|
# go.mod
|
|
kube_version=v0.17.8
|
|
grpc_version=v1.26.0
|
|
protobuf_version=v1.3.2
|
|
grpc_gateway_version=v1.9.5
|