build(deps): bump github.com/kunwardeep/paralleltest from 1.0.9 to 1.0.10 (#4394)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-02-16 01:05:35 +01:00 committed by GitHub
parent 2417da15e7
commit f4e33e0bf1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 17 additions and 10 deletions

View file

@ -238,6 +238,8 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
govetCfg.Go = m.cfg.Run.Go
parallelTestCfg.Go = m.cfg.Run.Go
gocriticCfg.Go = trimGoVersion(m.cfg.Run.Go)
if gofumptCfg.LangVersion == "" {