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
I just installed go 1.23.6 (replacing go1.22.4). However the NEW binary still reports the old version!!!
What did you see happen?
rayj@bullseye(gobuild123)$ go version
go version go1.22.4 linux/amd64
rayj@bullseye(gobuild123)$ which go
/var/tmp/mw_pkgs/go/bin/go
rayj@bullseye(gobuild123)$ go version /var/tmp/mw_pkgs/go/bin/go
/var/tmp/mw_pkgs/go/bin/go: go1.23.6
I also see the go env command returns GOVERSION='go1.22.4' among all the other vars.
This never used to happen during previous upgrades so this is rather confusing...
Why would the go binary return an old version number?
What did you expect to see?
I expect go version to return:
go version go1.23.6 linux/amd64
The text was updated successfully, but these errors were encountered:
Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.
Go version
1.23.6
Output of
go env
in your module/workspace:What did you do?
I just installed go 1.23.6 (replacing go1.22.4). However the NEW binary still reports the old version!!!
What did you see happen?
I also see the go env command returns
GOVERSION='go1.22.4'
among all the other vars.This never used to happen during previous upgrades so this is rather confusing...
Why would the go binary return an old version number?
What did you expect to see?
I expect go version to return:
go version go1.23.6 linux/amd64
The text was updated successfully, but these errors were encountered: