mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-25 10:57:16 +00:00
7 lines
191 B
Bash
7 lines
191 B
Bash
#!/bin/sh
|
|
# Update required versions of dependencies here whenever you change them in
|
|
# go.mod
|
|
kube_version=v0.21.0
|
|
grpc_version=v1.26.0
|
|
protobuf_version=v1.3.2
|
|
grpc_gateway_version=v1.16.0
|