You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way around this is to generate a touch go.work and then go work use ./xxx to point to where the golang that xk6 is pulling lives on disk, using a simple relative pathing.
I guess xk6 uses home tmp though ?
SO I could not figure out what this needs to be for me...
go work use ./xxx
Anyone got some ideas :) ?
The text was updated successfully, but these errors were encountered:
I still have to use go work, because of how my users use the system.
I guess I will just have to wait this out until you fix it.
I am pretty sure its just a matter of telling the system where the golang code will be checked out too, and then telling go work with go work use .....
These examples fail if your inside a repo and works if your outside one.
inside a repo meaning where your have a go.mod above you in the file hierarchy.
The way around this is to generate a
touch go.work
and thengo work use ./xxx
to point to where the golang that xk6 is pulling lives on disk, using a simple relative pathing.I guess xk6 uses home tmp though ?
SO I could not figure out what this needs to be for me...
Anyone got some ideas :) ?
The text was updated successfully, but these errors were encountered: