Docker version golangci/golangci-lint:v1.37.1
raise "no go files to analyze"
#1784
Closed
4 tasks done
Labels
question
Further information is requested
Description of the problem
The Docker version of
golangci/golangci-lint:v1.37.1
raises the errorRunning error: context loading failed: no go files to analyze
, whilegolangci/golangci-lint:v1.36.0
never raises any error.See also #825 (comment).
Version of golangci-lint
Config file
No config file.
Go environment
Verbose output of running
Code example or link to a public repository
test.go
:Only
test.go
file is present in the current directory:The text was updated successfully, but these errors were encountered: