8000 gvm use system setting GOROOT incorrectly · Issue #503 · moovweb/gvm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
gvm use system setting GOROOT incorrectly #503
Open
@malins

Description

@malins

Hello!

gvm use system sets GOROOT incorrectly (enclosed in single quotes).

$ go version
go version go1.23.6 linux/amd64

$ which go
/usr/bin/go

$ gvm use go1.24
Now using version go1.24

$ go version
go version go1.24.0 linux/amd64

$ gvm use system
Now using version system

$ echo $GOROOT
'/usr/lib/go-1.23'

$ go version
go: cannot find GOROOT directory: '/usr/lib/go-1.23'

Using latest version of gvm on Ubuntu 24.04 / Bash.

There are no go-related things in my bashrc, only sourceing of gvm.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0