Skip to content

fix(deps): update module github.com/pavlo-v-chernykh/keystore-go/v4 to v4.5.0 #206

fix(deps): update module github.com/pavlo-v-chernykh/keystore-go/v4 to v4.5.0

fix(deps): update module github.com/pavlo-v-chernykh/keystore-go/v4 to v4.5.0 #206

Triggered via pull request December 15, 2023 22:43
Status Success
Total duration 37s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: internal/test_helpers/test_helpers_test.go#L4
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
lint: internal/resolve/resolve_test.go#L226
SA5001: should check returned error before deferring file.Close() (staticcheck)
lint: internal/resolve/resolve_test.go#L250
SA5001: should check returned error before deferring file.Close() (staticcheck)
lint: internal/utils/utils_test.go#L118
Error return value of `os.Chmod` is not checked (errcheck)
lint: internal/utils/utils_test.go#L133
Error return value of `os.Chmod` is not checked (errcheck)
lint: internal/metrics/metrics.go#L41
Error return value of `reg.Register` is not checked (errcheck)
lint: internal/metrics/metrics.go#L42
Error return value of `reg.Register` is not checked (errcheck)
lint: internal/handlers/certificates.go#L35
Error return value of `w.Write` is not checked (errcheck)
lint: internal/handlers/config.go#L28
Error return value of `w.Write` is not checked (errcheck)
lint: internal/handlers/healthz.go#L23
Error return value of `w.Write` is not checked (errcheck)