Skip to content

Commit

Permalink
ci: go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Aug 22, 2024
1 parent 84f6004 commit 2beb8ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ generate.sdk:
$(SED) -i 's#\(type RouteInput struct\)#// $(KUBEBUILDER_GENERATE_CODE_MARKER)\n\1#g' \
models/components/route.go

go mod tidy
$(MAKE) generate.deepcopy
git checkout -- $(OPENAPI_FILE) \
$(shell git ls-files models/components/route*.go) \
Expand Down

0 comments on commit 2beb8ff

Please sign in to comment.