-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I tried running this standalone today, after seeing no errors reported in golangci on a repository where they should be reported.
sloglint -attr-only true -no-global all ./...
-: This application uses version go1.22 of the source-processing packages but runs version go1.23 of 'go list'. It may fail to process source files that rely on newer language features. If so, rebuild the application using a newer version of Go.
./document_client.go:1:1: package requires newer Go version go1.23
...
sloglint: 8 errors during loading
sloglint -V
sloglint version 0.7.2 linux/amd64
go version go1.23.3 linux/amd64
Not really sure what that message really indicates. Is it just my setup?
tmzane
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working