Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bsf develop installs wrong go version #1

Open
Horiodino opened this issue Jun 6, 2024 · 0 comments
Open

bsf develop installs wrong go version #1

Horiodino opened this issue Jun 6, 2024 · 0 comments
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@Horiodino
Copy link

current scenerio

packages {
  development = ["[email protected]", "[email protected]", "go@~1.19"]
  runtime     = ["[email protected]"]
}

gomodule {
  name    = "server"
  src     = "./."
  ldFlags = null
  tags    = null
  doCheck = false
}

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

@Horiodino Horiodino added bug Something isn't working invalid This doesn't seem right labels Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant