Skip to content

Commit

Permalink
test: fix verify-gomod.sh failure
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Sep 7, 2023
1 parent b17bcfe commit e64dcd2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hack/verify-gomod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ if [[ -n "${diff}" ]]; then
fi
echo "Done"

go list -mod readonly -m all
# disable now due to error:
# server response: not found: k8s.io/endpointslice@v0.0.0: invalid version: unknown revision v0.0.0
#go list -mod readonly -m all

0 comments on commit e64dcd2

Please sign in to comment.