Hi there. I’m pretty much new to Docker and my first try says:
2025-02-03 19:39:16 2025/02/03 18:39:16 loading imports: exec: “goâ€: executable file not found in $PATH
It’s quit clear what this means, but if Docker only looks in this $PATH:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
then it is quit obvious that it’s not going to find my GO file.
So, how do I set the $PATH so that Docker will find my GO executable?
2 posts - 2 participants