chore(deps)(deps): bump golang.org/x/tools from 0.27.0 to 0.41.0#2077
Merged
k8s-ci-robot merged 1 commit intomainfrom Jan 15, 2026
Merged
Conversation
cdrage
added a commit
to cdrage/kompose
that referenced
this pull request
Jan 14, 2026
#### What type of PR is this? <!-- Add one of the following kinds: /kind cleanup /kind documentation /kind feature --> /kind bug The issue was that log.Fatalf expects a constant format string as its first argument, but err.Error() is a variable string that could contain format specifiers like %s, which could cause unexpected behavior. We're going to now use log.Fatal(err) which is the correct way. #### What this PR does / why we need it: Failing PRs (ex. kubernetes#2077) #### Which issue(s) this PR fixes: <!-- *Automatically closes linked issue when PR is merged. Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> N/A #### Special notes for your reviewer: N/A Signed-off-by: Charlie Drage <charlie@charliedrage.com>
cdrage
added a commit
to cdrage/kompose
that referenced
this pull request
Jan 14, 2026
#### What type of PR is this? <!-- Add one of the following kinds: /kind cleanup /kind documentation /kind feature --> /kind bug The issue was that log.Fatalf expects a constant format string as its first argument, but err.Error() is a variable string that could contain format specifiers like %s, which could cause unexpected behavior. We're going to now use log.Fatal(err) which is the correct way. #### What this PR does / why we need it: Failing PRs (ex. kubernetes#2077) #### Which issue(s) this PR fixes: <!-- *Automatically closes linked issue when PR is merged. Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> N/A #### Special notes for your reviewer: N/A Signed-off-by: Charlie Drage <charlie@charliedrage.com>
cdrage
added a commit
that referenced
this pull request
Jan 14, 2026
* fix: fix ci log failing with logrus #### What type of PR is this? <!-- Add one of the following kinds: /kind cleanup /kind documentation /kind feature --> /kind bug The issue was that log.Fatalf expects a constant format string as its first argument, but err.Error() is a variable string that could contain format specifiers like %s, which could cause unexpected behavior. We're going to now use log.Fatal(err) which is the correct way. #### What this PR does / why we need it: Failing PRs (ex. #2077) #### Which issue(s) this PR fixes: <!-- *Automatically closes linked issue when PR is merged. Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> N/A #### Special notes for your reviewer: N/A Signed-off-by: Charlie Drage <charlie@charliedrage.com> * Merge remote-tracking branch 'upstream/main' into fix-compile --------- Signed-off-by: Charlie Drage <charlie@charliedrage.com>
Member
|
@dependabot rebase |
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.27.0 to 0.41.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.27.0...v0.41.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
a33cdc5 to
8fe5d6d
Compare
Member
|
/lgtm |
cdrage
approved these changes
Jan 15, 2026
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cdrage, dependabot[bot] The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps golang.org/x/tools from 0.27.0 to 0.41.0.
Commits
2ad2b30go.mod: update golang.org/x dependencies5832cceinternal/diff/lcs: introduce line diffs67c4257gopls/internal/golang: Definition: fix Windows bug wrt //go:embed12c1f04gopls/completion: check Selection invariant6d87185internal/server: add vulncheck scanning after vulncheck prompt0c3a1fego/ast/inspector: FindByPos returns the first innermost nodeca281cfgo/analysis/passes/ctrlflow: add noreturn funcs from popular pkgs09c21a9gopls/internal/analysis/unusedfunc: remove warnings for unused enum consts03cb455internal/modindex: suppress missing modcacheindex message15d13e8gopls/internal/util/typesutil: refine EnclosingSignature bug.ReportDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)