Bug ID | 1219988 |
---|---|
Summary | go1.20,go1.21,go1.22: ensure VERSION file is present in go1.x toolchain GOROOT |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Development |
Assignee | screening-team-bugs@suse.de |
Reporter | jkowalczyk@suse.com |
QA Contact | qa-bugs@suse.de |
Target Milestone | --- |
Found By | --- |
Blocker | --- |
go1.x tool 'go tool dist' and 'go tool distpack' require the source file VERSION to be present in GOROOT. Current go1.x packaging is missing this file, ensure it is present. Example: $ go version go1.22.0 linux/amd64 $ go tool dist list go tool dist: FAILED: not a Git repo; must put a VERSION file in $GOROOT $ go tool distpack distpack: open /usr/lib64/go/1.22/VERSION: no such file or directory