Hi, there is a problem in the Linux Challenge 2 lab. When I try to start the go web-app as one of the tasks asks for, there is a problem and it is that the version of go is not the right one to start it.
When starting the main.go file normally with the go run command, it returns this output
compile: version “go1.20.6” does not match go tool version “go1.20.4”.
The only way to fix this is to install the package with the right version (which should already be included in the lab). Otherwise, running the command “nohup go run main.go &” as indicated in the activity will only return an error and will not start, making it impossible to complete the lab
I am not able to finish this lab as getting this output on linux challenge:-
compile: version “go1.22.3 (Red Hat 1.22.3-1.el9)” does not match go tool version “go1.20.6”
This seems to similar to the this issue chain, hence raising it here.