Skip to content
Snippets Groups Projects
Commit 775891fc authored by Hidde Beydals's avatar Hidde Beydals
Browse files

build: ensure component update runs with make tidy


This to include the `-compat` flag.

Signed-off-by: default avatarHidde Beydals <hello@hidde.co>
parent c85954dd
No related branches found
No related tags found
No related merge requests found
......@@ -42,8 +42,7 @@ jobs:
if [[ "${MOD_VERSION}" != "${LATEST_VERSION}" ]]; then
go mod edit -require="github.com/fluxcd/$1/api@${LATEST_VERSION}"
rm go.sum
go mod tidy
make tidy
changed=true
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment