Motonori Iwata
Motonori Iwata
@paulovitorbal where is your PR?
I think you clone without `--recursive` option. `shFlags` will be cloned as a git submodule.
Happened with golangci-lint v1.54.2, too.
I'm using `v1.0.4`, but panicked. ``` $ govulncheck -version Go: go1.22.0 Scanner: [email protected] DB: https://vuln.go.dev DB updated: 2024-02-07 04:19:28 +0000 UTC No vulnerabilities found. ``` ``` $ govulncheck ./... Scanning...
I am using this package to use AWS Rekognition and have the same error. I have the latest version, when will this be a fix? Or is there any workaround?...
I found that I could retry, so I was able to avoid this by setting `RetryMaxAttempts`. https://github.com/aws/aws-sdk-go-v2/pull/1826
@camdencheek any progress?