Skip to content
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

build(deps): bump github.com/timakin/bodyclose from 574207250966 to adbc21e6bf36 #5077

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ require (
github.com/stretchr/testify v1.9.0
github.com/tdakkota/asciicheck v0.2.0
github.com/tetafro/godot v1.4.18
github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966
github.com/timakin/bodyclose v0.0.0-20241017074824-adbc21e6bf36
github.com/timonwong/loggercheck v0.9.4
github.com/tomarrell/wrapcheck/v2 v2.9.0
github.com/tommy-muehle/go-mnd/v2 v2.5.1
Expand Down
28 changes: 20 additions & 8 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/golinters/bodyclose/bodyclose.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func New() *goanalysis.Linter {

return goanalysis.NewLinter(
a.Name,
"checks whether HTTP response body is closed successfully",
a.Doc,
[]*analysis.Analyzer{a},
nil,
).WithLoadMode(goanalysis.LoadModeTypesInfo)
Expand Down
Loading