Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

updating linter version to stop segfaults on my machine #1479

Merged
merged 6 commits into from
Sep 22, 2021

Conversation

laudiacay
Copy link
Contributor

the golang linter was segfaulting instantly on my machine. Updating its version fixed this.

@laudiacay laudiacay requested a review from a team as a code owner September 16, 2021 11:33
@laudiacay
Copy link
Contributor Author

fixes #1478

support/tools/go.mod Outdated Show resolved Hide resolved
@Kubuxu
Copy link

Kubuxu commented Sep 21, 2021

We should change the github.com/golangci/golangci-lint/pkg/lint in tools.go to github.com/golangci/golangci-lint/cmd/golangci-lint.

The huge require block in go.mod is most likely expected due to the new Go's module pruning stuff.

@codecov-commenter
Copy link

Codecov Report

Merging #1479 (42b9ca7) into master (d0e4e92) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff           @@
##           master   #1479   +/-   ##
======================================
  Coverage    71.4%   71.4%           
======================================
  Files          72      72           
  Lines        8512    8512           
======================================
  Hits         6084    6084           
  Misses       1545    1545           
  Partials      883     883           

@ZenGround0 ZenGround0 merged commit f2bb406 into master Sep 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants