Refactor go workflow #392
Annotations
10 errors
test
undefined: context.WithCancelCause
|
test
withCancelCause redeclared in this block
|
test
lc.v.CompareAndSwap undefined (type atomic.Value has no field or method CompareAndSwap)
|
test
undefined: os.ReadFile
|
test
undefined: io.ReadAll
|
test
Process completed with exit code 2.
|
generate
Process completed with exit code 1.
|
lint:
server.go#L152
printf: non-constant format string in call to fmt.Fprintf (govet)
|
lint:
e2e_test/client/client.go#L7
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
Process completed with exit code 2.
|