Skip to content

Commit

Permalink
fix minor suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: NitishKumar06 <justnitish06@gmail.com>
  • Loading branch information
nitishfy committed Aug 30, 2023
1 parent ca9e8f7 commit f5cc43d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/verify-apidiff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fi
if ! which apidiff > /dev/null; then
echo "Installing golang.org/x/exp/cmd/apidiff..."
pushd "${TMPDIR:-/tmp}" > /dev/null
go install golang.org/x/exp/cmd/apidiff
go install golang.org/x/exp/cmd/apidiff@latest
popd > /dev/null
fi

Expand Down
2 changes: 1 addition & 1 deletion hack/verify-golint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ source "${KUBE_ROOT}/hack/lib/util.sh"

if ! which golint > /dev/null; then
echo "installing golint"
go install golang.org/x/lint/golint
go install golang.org/x/lint/golint@latest
fi

cd "${KUBE_ROOT}"
Expand Down

0 comments on commit f5cc43d

Please sign in to comment.