Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
build(deps): bump github.com/ryanrolds/sqlclosecheck from 0.5.1 to 0.6.0
  • Loading branch information
ldez committed Mar 22, 2026
commit a2d82a5dbb9504e7ed132ada23f51f2006a667ad
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ require (
github.com/raeperd/recvcheck v0.2.0
github.com/rogpeppe/go-internal v1.14.1
github.com/ryancurrah/gomodguard v1.4.1
github.com/ryanrolds/sqlclosecheck v0.5.1
github.com/ryanrolds/sqlclosecheck v0.6.0
github.com/sanposhiho/wastedassign/v2 v2.1.0
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
github.com/sashamelentyev/interfacebloat v1.1.0
Expand Down
4 changes: 2 additions & 2 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/sqlclosecheck/sqlclosecheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ import (

func New() *goanalysis.Linter {
return goanalysis.
NewLinterFromAnalyzer(analyzer.NewAnalyzer()).
NewLinterFromAnalyzer(analyzer.NewDeferOnlyAnalyzer()).
WithLoadMode(goanalysis.LoadModeTypesInfo)
}
Loading