Skip to content

Commit

Permalink
build(deps): bump github.com/sivchari/tenv from 1.10.0 to 1.12.1 (#5090)
Browse files Browse the repository at this point in the history
Co-authored-by: Fernandez Ludovic <[email protected]>
  • Loading branch information
dependabot[bot] and ldez authored Oct 28, 2024
1 parent 5034dbc commit c2f7126
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ require (
github.com/shirou/gopsutil/v3 v3.24.5
github.com/sirupsen/logrus v1.9.3
github.com/sivchari/containedctx v1.0.3
github.com/sivchari/tenv v1.10.0
github.com/sivchari/tenv v1.12.1
github.com/sonatard/noctx v0.1.0
github.com/sourcegraph/go-diff v0.7.0
github.com/spf13/cobra v1.8.1
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/tenv/tenv.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ func New(settings *config.TenvSettings) *goanalysis.Linter {
a.Doc,
[]*analysis.Analyzer{a},
cfg,
).WithLoadMode(goanalysis.LoadModeSyntax)
).WithLoadMode(goanalysis.LoadModeTypesInfo)
}

0 comments on commit c2f7126

Please sign in to comment.