We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
typecheck
Official binary
See https://pkg.go.dev/cmd/go/internal/cacheprog
The ObjectID field is deprecated and there is now OutputID.
ObjectID
OutputID
$ golangci-lint --version # Paste output here
# paste configuration file or CLI flags here
$ go version && go env # paste output here
$ golangci-lint cache clean $ golangci-lint run -v # paste output here
// add your code here
The text was updated successfully, but these errors were encountered:
Thank you !
Sorry, something went wrong.
ldez
Successfully merging a pull request may close this issue.
Welcome
typecheck
section of the FAQ.How did you install golangci-lint?
Official binary
Description of the problem
See https://pkg.go.dev/cmd/go/internal/cacheprog
The
ObjectID
field is deprecated and there is nowOutputID
.Version of golangci-lint
Configuration
# paste configuration file or CLI flags here
Go environment
Verbose output of running
A minimal reproducible example or link to a public repository
// add your code here
Validation
Supporter
The text was updated successfully, but these errors were encountered: