fzipp / gocyclo

Calculate cyclomatic complexities of functions in Go source code.
BSD 3-Clause "New" or "Revised" License
1.33k stars 81 forks source link

Bump golang.org/x/tools to v0.7.0 (as minimum) and make new tag #53

Closed Antonboom closed 1 year ago

Antonboom commented 1 year ago

Hi 🙂

Please, bump golang.org/x/tools to v0.7.0 (as minimum) and make new tag in your repo.

It's important to be consistent with new Go 1.20 golangci-lint. Related to https://github.com/golangci/golangci-lint/issues/3086

Thanks!

P.S. Optionally I recommend

fzipp commented 1 year ago

gocyclo does not have any dependencies, see https://github.com/fzipp/gocyclo/blob/main/go.mod

Antonboom commented 1 year ago

@fzipp, sorry, It's my bad. Thank u for attention!