redhat-developer / redhat-developer/web-terminal-operator
Upgrade to go 1.23
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 42
- Forks
- 24
- Avg merge
- 3d 21h
- Merged PRs (30d)
- 1
Description
Is your enhancement related to a problem? Please describe.
Upgrade the project to use go 1.23. The project currently uses go 1.20: https://github.com/redhat-developer/web-terminal-operator/blob/b135f1a2642cce856c6bf40d6abc2431ba505e67/go.mod#L3
Describe the solution you'd like
The following repos should update to go 1.23:
- https://github.com/redhat-developer/web-terminal-operator
- https://github.com/redhat-developer/web-terminal-exec
Describe alternatives you've considered
Additional context
Upgrading go will help us upgrade x/net library since version < 0.33.0 contains a CVE: https://github.com/advisories/GHSA-w32m-9786-jp63
Related PR: https://github.com/redhat-developer/web-terminal-operator/pull/177.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with go.mod at the referenced line in web-terminal-operator, then inspect the web-terminal-exec repository and the related pull request. Update the Go version in both repositories to 1.23 and verify that the x/net dependency can be upgraded past the vulnerable range.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system, security
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100