chore: Bump golangci-lint to v2.7.2#62066
Merged
codingllama merged 7 commits intomasterfrom Dec 9, 2025
Merged
Conversation
Contributor
Author
|
It was still running locally when I opened, but this will need code fixes. I'll move to draft in the meantime. |
Contributor
Author
|
I'm having a hard time with ./integration/appaccess tests locally, but nevertheless I think it should all be good now. |
tigrato
reviewed
Dec 9, 2025
| input string | ||
| expected types.License | ||
| err error | ||
| err any |
Contributor
Author
There was a problem hiding this comment.
It's an error to call errors.As with an error type. The linter shouts (and it's wrong).
Contributor
Author
|
PTAL. |
tigrato
approved these changes
Dec 9, 2025
vapopov
approved these changes
Dec 9, 2025
21KennethTran
pushed a commit
that referenced
this pull request
Jan 6, 2026
* chore: Bump golangci-lint to v2.7.2 * Update e/ reference * Fix require.IsType issues * Reverse require.Equal * Simplify testWebsockets * Fix TestCreateResources * Remove trace.Unwrap
wethreetrees
pushed a commit
that referenced
this pull request
Feb 5, 2026
* chore: Bump golangci-lint to v2.7.2 * Update e/ reference * Fix require.IsType issues * Reverse require.Equal * Simplify testWebsockets * Fix TestCreateResources * Remove trace.Unwrap
wethreetrees
pushed a commit
that referenced
this pull request
Feb 5, 2026
* chore: Bump golangci-lint to v2.7.2 * Update e/ reference * Fix require.IsType issues * Reverse require.Equal * Simplify testWebsockets * Fix TestCreateResources * Remove trace.Unwrap
wethreetrees
pushed a commit
that referenced
this pull request
Feb 5, 2026
* chore: Bump golangci-lint to v2.7.2 * Update e/ reference * Fix require.IsType issues * Reverse require.Equal * Simplify testWebsockets * Fix TestCreateResources * Remove trace.Unwrap
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 6, 2026
* chore: Bump Go to 1.25.7 * Lazily unmount cgroups Adds the MNT_DETACH flag to the cgroups unmount call to workaround issues stemming from a behavior chagne in Go 1.25 to support automatically setting GOMAXPROCS. In doing so the Go runtime interacts with cgroups to determine what limits should be applied which interferes with our ability to clean up. Fixes #58879. * chore: Bump golangci-lint to v2.7.2 (#62066) * chore: Bump golangci-lint to v2.7.2 * Update e/ reference * Fix require.IsType issues * Reverse require.Equal * Simplify testWebsockets * Fix TestCreateResources * Remove trace.Unwrap * chore: tidy modules --------- Co-authored-by: Alan Parra <12500300+codingllama@users.noreply.github.com>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 6, 2026
* chore: Bump Go to 1.25.7 * Fix synctest bug with waitgroups ``` === Failed === FAIL: lib/srv/discovery TestDiscoveryServerEKS (unknown) fatal error: sync: WaitGroup.Add called from multiple synctest bubbles ``` The failure stems from a bug in Go 1.25 and is a result of loading aws configs which internally use a sync.WaitGroup. This can be worked around in the short term by mocking out the aws.Config since the test is configured to use a mock eks client anyway. Other tests may still run into this issue until Go 1.25.2 - though our relatively small number of synctest usage at this point may limit our exposure to said bug. * Lazily unmount cgroups Adds the MNT_DETACH flag to the cgroups unmount call to workaround issues stemming from a behavior chagne in Go 1.25 to support automatically setting GOMAXPROCS. In doing so the Go runtime interacts with cgroups to determine what limits should be applied which interferes with our ability to clean up. Fixes #58879. * chore: Bump golangci-lint to v2.7.2 (#62066) * chore: Bump golangci-lint to v2.7.2 * Update e/ reference * Fix require.IsType issues * Reverse require.Equal * Simplify testWebsockets * Fix TestCreateResources * Remove trace.Unwrap --------- Co-authored-by: Alan Parra <12500300+codingllama@users.noreply.github.com>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 6, 2026
* chore: Bump Go to 1.25.7 * Lazily unmount cgroups Adds the MNT_DETACH flag to the cgroups unmount call to workaround issues stemming from a behavior chagne in Go 1.25 to support automatically setting GOMAXPROCS. In doing so the Go runtime interacts with cgroups to determine what limits should be applied which interferes with our ability to clean up. Fixes #58879. * chore: Bump golangci-lint to v2.7.2 (#62066) * chore: Bump golangci-lint to v2.7.2 * Update e/ reference * Fix require.IsType issues * Reverse require.Equal * Simplify testWebsockets * Fix TestCreateResources * Remove trace.Unwrap * chore: tidy modules --------- Co-authored-by: Alan Parra <12500300+codingllama@users.noreply.github.com>
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.
Bump golangci-lint to the latest release/patch.