-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup: fix k8s.io/endpointslice dependency
- Loading branch information
1 parent
dcce5e2
commit 3890c4f
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,4 @@ if [[ -n "${diff}" ]]; then | |
fi | ||
echo "Done" | ||
|
||
# disable now due to error: | ||
# server response: not found: k8s.io/[email protected]: invalid version: unknown revision v0.0.0 | ||
#go list -mod readonly -m all | ||
go list -mod readonly -m all |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters