FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
05-18-2021 11:19 AM
Hello,
I am trying to compile and modify the image of the web server sample to show it to a customer.
I managed to set it up in a Ubuntu 18.04 virtual machine and I could compile and run the C++ samples.
But with GO I have a problem :
I get a "go.mod file not found":
Am I using a wrong version of Go ? Or how do I make this go.mod file ?
Solved! Go to Solution.
06-29-2021 08:51 AM
Which version of the SDK are you using? If you followed the installation instruction in the documentation step by step nothing should be missing in your installation.
07-05-2021 10:46 AM
It's the SDK 1.8.0
Should I use the older Go version or the SDK will be updated to support the new one ?
Can you send the instructions link ? I'll try to follow it better 🙂
Thanks !
07-05-2021 11:35 AM
The instruction is located in the SDK itself:
07-05-2021 12:36 PM
I set up an older Go environment than the latest version and now it's working !
In case it helps to other colleagues !