Unable to upgrade the go version
- Dominant language
- Go
- Stars
- 370
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I'm trying to integrate PQ-TLS into an application that requires Golang version `1.23.0` or higher due to certain dependencies. However, during the build process of this modified golang, the version I end up with is always `1.22.5-devel-cf`. I tried to set `GOROOT_BOOTSTRAP` to a valid Go working tree (version `1.23.0`), but this didn't resolve the issue.
Is there a way to work around this?
Contributor guide
Research direction
Start with the repository's build process and the handling of GOROOT_BOOTSTRAP, since no specific file or test is named in the report. Reproduce the build and trace why it reports 1.22.5-devel-cf despite a Go 1.23.0 bootstrap tree; done means the modified Go build provides the required version or documents a verified workaround.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100