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
Fix typos identified by go vet in internal package
Tests pass when running `go test ./internal/...` with Go 1.13, but it
emits warnings and exits non-zero. The `./internal/operator` package
fails to build on Go 1.14 because the `%w` verb is not allowed in
formatted log messages.
`go test ./internal/... ./pkg/...` now exits zero in both Go 1.13 and
1.14.
See: 63ed759
0 commit comments