-
Notifications
You must be signed in to change notification settings - Fork 25
build: upgrade to Go 1.26.5 #543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
xcoulon
merged 11 commits into
codeready-toolchain:master
from
xcoulon:upgrade-go-1.26-common
Aug 7, 2026
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
f368a31
build: upgrade to Go 1.26.5
xcoulon f3359e0
update golangci lint config
xcoulon b0b023e
update golang.org/x/crypto to v0.52.0
xcoulon 6a99c18
update README
xcoulon 487b78e
update format-go-code syntax as suggested by coderabbitai
xcoulon 8781d6c
update format-go-code syntax
xcoulon 23c9ab3
add check-go-format makefile goal
xcoulon 6d3a235
Merge branch 'master' into upgrade-go-1.26-common
xcoulon 84d97e1
update to golangci-lint 2.12.2
xcoulon 7c54380
update go module
xcoulon a5bf028
update go module
xcoulon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| ignored-vulnerabilities: [] | ||
| ignored-vulnerabilities: [] |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| # CodeReady Toolchain | ||
|
|
||
| [](https://goreportcard.com/report/github.com/codeready-toolchain/toolchain-common) | ||
| [](https://godoc.org/github.com/codeready-toolchain/toolchain-common) | ||
| [](https://codecov.io/gh/codeready-toolchain/toolchain-common) | ||
|
|
||
| This repo is for controllers, libs, scripts, make files, etc to be shared between the [host-operator](https://github.com/codeready-toolchain/host-operator) and [member operator](https://github.com/codeready-toolchain/member-operator) of Dev Sandbox. | ||
| It is also used in [toolchain-e2e](https://github.com/codeready-toolchain/toolchain-e2e) | ||
|
|
||
| ## Build | ||
|
|
||
| Requires Go version 1.26.x (1.26.5 or higher) - download for your development environment [here](https://golang.org/dl/). | ||
|
|
||
| This repository uses [Go modules](https://github.com/golang/go/wiki/Modules). | ||
|
|
||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟠 Major | ⚡ Quick win
Align the formatting scope with
.golangci.yml.format-go-codeexcludes onlyvendorand.git, but.golangci.yml:55-63also excludesthird_party,builtin, andexamples. This target can rewrite files that the repository’s formatter contract intentionally excludes. Add matchingfindexclusions, or document why this target must use a broader scope.As per path instructions, this review focuses on major maintainability and cross-file tooling risks.
🤖 Prompt for AI Agents
Source: Path instructions