Skip to content

Commit 0c83dce

Browse files
authored
fix version stamping in build script (#496)
Signed-off-by: Ahmet Alp Balkan <[email protected]>
1 parent 1f4b8b3 commit 0c83dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/make-binaries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if ! command -v "gox" &>/dev/null; then
2626
fi
2727

2828
supported_platforms="darwin/amd64 windows/amd64 linux/amd64 linux/arm"
29-
version_pkg="sigs.k8s.io/krew/pkg/version"
29+
version_pkg="sigs.k8s.io/krew/internal/version"
3030

3131
cd "${SCRIPTDIR}/.."
3232
rm -rf -- "out/"

0 commit comments

Comments
 (0)