Hello Flyte Community! I'm new to flyte and now pr...
# ask-the-community
u
Hello Flyte Community! I'm new to flyte and now practising an issue that will process through flyctl and flyteidl, can I ask how to replace the required form flytectl/go.mod to connect to local flyte/flyteidl file? since I use
replace <http://github.com/flyteorg/flyteidl|github.com/flyteorg/flyteidl> v1.5.12 => /home/jill/IdeaProjects/flyte/flyteidl
in flytectl/go.mod but it show the invalid version go error:
y
you should be on the monorepo no? (the main flyte repo)
with that repo, shouldn’t need to muck around with the replace. changes that you make locally to the idl folder should automatically take effect
u
Hi, @Yee, thanks for the response but the flytectl is not in monorepo?
y
oh flytectl right
yeah replace with local version in flyte repo
what’s that message from?
run
go mod tidy
first
u
the error message is from flytectl, since I only modify the flytectl/go.mod and did not modify any file in flyte repo
y
maybe @Eduardo Apolinario (eapolinario) will know more tomorrow
yeah my replacements are not working either… failing to tidy
maybe it just needs the migration
u
okay, thanks a lot
k
Flytectl is not in monorepo yet @Yee
e
https://github.com/flyteorg/flytectl/pull/429 is not merged yet, but it shows the method we're going to use to update the references to monorepo components.