From 114a040123e0a643abb928b1da7688c2c38b86ad Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong (cubxxw)" <3293172751nss@gmail.com> Date: Mon, 8 Jan 2024 21:50:40 +0800 Subject: [PATCH] feat: support openim prom enbels Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> --- scripts/update-yamlfmt.sh | 2 +- test/typecheck/typecheck.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/update-yamlfmt.sh b/scripts/update-yamlfmt.sh index 6a451c819..ecd46561c 100755 --- a/scripts/update-yamlfmt.sh +++ b/scripts/update-yamlfmt.sh @@ -21,7 +21,7 @@ set -o pipefail OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/.. source "${OPENIM_ROOT}/scripts/lib/init.sh" -kube::golang::setup_env +openim::golang::setup_env cd "${OPENIM_ROOT}" diff --git a/test/typecheck/typecheck.go b/test/typecheck/typecheck.go index 88b245141..235be95cd 100644 --- a/test/typecheck/typecheck.go +++ b/test/typecheck/typecheck.go @@ -75,7 +75,7 @@ var ( "pkg/kubectl/cmd/testdata/edit", // Tools we use for maintaining the code base but not necessarily // ship as part of the release - "scripts/tools", + "sopenim::golang::setup_env:tools", } )