moricho / tparallel

tparallel finds inappropriate usage of `t.Parallel()` method in your Go test codes
MIT License
24 stars 4 forks source link

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

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

moricho commented 1 year ago

Hi 👋

Upgraded dependencies and bumped Go version in the following PR based on your suggestion -> https://github.com/moricho/tparallel/pull/16

Thanks for creating this issue!

moricho commented 1 year ago

Released a new version -> https://github.com/moricho/tparallel/releases/tag/v0.3.0

Closing

Antonboom commented 1 year ago

Thank u!