Skip to content

Commit c2f7126

Browse files
build(deps): bump github.com/sivchari/tenv from 1.10.0 to 1.12.1 (#5090)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 5034dbc commit c2f7126

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ require (
9898
github.com/shirou/gopsutil/v3 v3.24.5
9999
github.com/sirupsen/logrus v1.9.3
100100
github.com/sivchari/containedctx v1.0.3
101-
github.com/sivchari/tenv v1.10.0
101+
github.com/sivchari/tenv v1.12.1
102102
github.com/sonatard/noctx v0.1.0
103103
github.com/sourcegraph/go-diff v0.7.0
104104
github.com/spf13/cobra v1.8.1

go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/golinters/tenv/tenv.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ func New(settings *config.TenvSettings) *goanalysis.Linter {
2525
a.Doc,
2626
[]*analysis.Analyzer{a},
2727
cfg,
28-
).WithLoadMode(goanalysis.LoadModeSyntax)
28+
).WithLoadMode(goanalysis.LoadModeTypesInfo)
2929
}

0 commit comments

Comments
 (0)