You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ golangci-lint --version
golangci-lint has version v1.57.2 built with go1.22.2 from (unknown, modified: ?, mod sum: "h1:NNhxfZyL5He1WWDrIvl1a4n5bvWZBcgAqBwlJAAgLTw=") on (unknown)
main.go:
package main
import _ "github.com/lib/pq"
func main() {}
go.mod
module main
go 1.22.2
require github.com/lib/pq v1.10.9
main.go:
go.mod
go.sum
.golangci.yml
.depguard.yml
invocation:
I think I did everything as it is describe in the docs. Expected not to see an issue.
The text was updated successfully, but these errors were encountered: