Skip to content

Commit 14c2ac7

Browse files
committed
review: use go1.23 link
1 parent 0b4918d commit 14c2ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/golinters/govet/govet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ var (
103103
unusedwrite.Analyzer,
104104
}
105105

106-
// https://github.com/golang/go/blob/go1.22.9/src/cmd/vet/main.go#L50-L81
106+
// https://github.com/golang/go/blob/go1.23.0/src/cmd/vet/main.go#L55-L87
107107
defaultAnalyzers = []*analysis.Analyzer{
108108
appends.Analyzer,
109109
asmdecl.Analyzer,

0 commit comments

Comments
 (0)