Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory Overflow(Go1.20) #3535

Closed
4 tasks done
lx-world opened this issue Feb 2, 2023 · 1 comment
Closed
4 tasks done

Memory Overflow(Go1.20) #3535

lx-world opened this issue Feb 2, 2023 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@lx-world
Copy link

lx-world commented Feb 2, 2023

Welcome

  • Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported.
  • Yes, I've searched similar issues on GitHub and didn't find any.
  • Yes, I've included all information below (version, config, etc.).
  • Yes, I've tried with the standalone linter if available (e.g., gocritic, go vet, etc.). (https://golangci-lint.run/usage/linters/)

Description of the problem

Go 1.20, Memory overflow when running golangci

Version of golangci-lint

$ golangci-lint --version
golangci-lint has version v1.50.1 built from (unknown, mod sum: "h1:C829clMcZXEORakZlwpk7M4iDw2XiwxxKaG504SZ9zY=") on (unknown)

Configuration file

$ cat .golangci.yml
run:
  timeout: 5m
  issues-exit-code: 0
  tests: false

linters:
  enable:
    - nilerr
    - goconst
    - goprintffuncname
    - importas
    - predeclared
    - revive
    - rowserrcheck

Go environment

$ go version && go env
go version go1.20 linux/amd64

Verbose output of running

$ golangci-lint cache clean
$ golangci-lint run -v
INFO [lintersdb] Active 14 linters: [errcheck goconst goprintffuncname gosimple govet importas ineffassign nilerr predeclared revive rowserrcheck staticcheck typecheck unused]

block.........................

Code example or link to a public repository

@lx-world lx-world added the bug Something isn't working label Feb 2, 2023
@ldez ldez added duplicate This issue or pull request already exists and removed bug Something isn't working labels Feb 2, 2023
@ldez
Copy link
Member

ldez commented Feb 2, 2023

duplicate of #3533

Please follow the PR #3414

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants