ci: enable cgo for race tests #3
go-ci.yml
on: pull_request
vet / test / staticcheck / gosec / govulncheck
1m 48s
Annotations
5 errors
|
vet / test / staticcheck / gosec / govulncheck
Process completed with exit code 1.
|
|
vet / test / staticcheck / gosec / govulncheck:
internal/report/report.go#L146
strings.Title has been deprecated since Go 1.18 and an alternative has been available since Go 1.0: The rule Title uses for word boundaries does not handle Unicode punctuation properly. Use golang.org/x/text/cases instead. (SA1019)
|
|
vet / test / staticcheck / gosec / govulncheck:
internal/report/report.go#L128
strings.Title has been deprecated since Go 1.18 and an alternative has been available since Go 1.0: The rule Title uses for word boundaries does not handle Unicode punctuation properly. Use golang.org/x/text/cases instead. (SA1019)
|
|
vet / test / staticcheck / gosec / govulncheck:
internal/gitlocal/gitlocal_test.go#L355
func sortedPaths is unused (U1000)
|
|
vet / test / staticcheck / gosec / govulncheck:
internal/cli/cli.go#L420
func skipFlagValue is unused (U1000)
|