We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc32427 commit ca29d7aCopy full SHA for ca29d7a
hack/fix_go_mod_replace.sh
@@ -8,3 +8,5 @@ go get "github.com/argoproj/argo-cd/v2@${argocd_version}"
8
k8s_version="$(grep -m1 k8s.io/api go.mod | awk '{print $2}')"
9
[ "${k8s_version}" ]
10
perl -i -pne "s/(k8s.io\/\S+ => k8s.io\/\S+) .+$/\1 ${k8s_version}/g" go.mod
11
+
12
+go mod tidy
0 commit comments