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
After initializing the project with bsf init, I needed to add Go 1.19 to the project. To do this, I used the bsf search command to find and specify the correct version. Unfortunately, even though I explicitly selected Go 1.19, the system ended up installing the wrong version of Go.
When I checked the version installed using the go version command, I found that it had installed Go 1.20.7 instead of Go 1.19. Here's the output .
go version go version go1.20.7 linux/amd64
The text was updated successfully, but these errors were encountered:
current scenerio
After initializing the project with bsf init, I needed to add Go 1.19 to the project. To do this, I used the bsf search command to find and specify the correct version. Unfortunately, even though I explicitly selected Go 1.19, the system ended up installing the wrong version of Go.
When I checked the version installed using the go version command, I found that it had installed Go 1.20.7 instead of Go 1.19. Here's the output .
go version
go version go1.20.7 linux/amd64
The text was updated successfully, but these errors were encountered: