Skip to content

Commit bcfa9db

Browse files
build(deps): bump golang.org/x/tools from 0.37.0 to 0.38.0 (#6123)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 0547076 commit bcfa9db

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ require (
139139
golang.org/x/mod v0.29.0
140140
golang.org/x/sync v0.17.0
141141
golang.org/x/sys v0.37.0
142-
golang.org/x/tools v0.37.0
142+
golang.org/x/tools v0.38.0
143143
gopkg.in/yaml.v3 v3.0.1
144144
honnef.co/go/tools v0.6.1
145145
mvdan.cc/gofumpt v0.9.1

go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/golinters/govet/govet.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ var (
109109
waitgroup.Analyzer,
110110
}
111111

112-
// https://github.com/golang/go/blob/go1.23.0/src/cmd/vet/main.go#L55-L87
112+
// https://github.com/golang/go/blob/go1.25.2/src/cmd/vet/main.go#L57-L91
113113
defaultAnalyzers = []*analysis.Analyzer{
114114
appends.Analyzer,
115115
asmdecl.Analyzer,
@@ -124,6 +124,7 @@ var (
124124
directive.Analyzer,
125125
errorsas.Analyzer,
126126
framepointer.Analyzer,
127+
hostport.Analyzer,
127128
httpresponse.Analyzer,
128129
ifaceassert.Analyzer,
129130
loopclosure.Analyzer,
@@ -144,6 +145,7 @@ var (
144145
unreachable.Analyzer,
145146
unsafeptr.Analyzer,
146147
unusedresult.Analyzer,
148+
waitgroup.Analyzer,
147149
}
148150
)
149151

0 commit comments

Comments
 (0)