Skip to content

Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.17.0 in /examples/mongopb #649

Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.17.0 in /examples/mongopb

Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.17.0 in /examples/mongopb #649

Triggered via pull request December 18, 2023 22:47
Status Failure
Total duration 26s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: decode.go#L45
avoid direct access to proto field val.Kind, use val.GetKind() instead (protogetter)
lint: decode.go#L47
avoid direct access to proto field list.Values, use list.GetValues() instead (protogetter)
lint: decode.go#L49
avoid direct access to proto field list.Values, use list.GetValues() instead (protogetter)
lint: decode.go#L51
avoid direct access to proto field val.Kind, use val.GetKind() instead (protogetter)
lint: gidari_example_test.go#L131
avoid direct access to proto field list.Values, use list.GetValues() instead (protogetter)
lint: http.go#L20
import 'github.com/alpstable/gidari/third_party/accept' is not allowed from list 'Main' (depguard)
lint: gidari_example_test.go#L19
import 'github.com/alpstable/gidari' is not allowed from list 'Main' (depguard)
lint: gidari_example_test.go#L20
import 'github.com/alpstable/gidari/auth' is not allowed from list 'Main' (depguard)
lint: http.go#L70
interface method Do must have all named params (inamedparam)
lint: auth/auth.go#L146
fmt.Sprintf can be replaced with faster strconv.FormatInt (perfsprint)