Update go.yml #14
Annotations
10 errors
ci:
auth/auth_test.go#L6
"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. (SA1019)
|
ci:
auth/auth_test.go#L540
this value of e1 is never used (SA4006)
|
ci:
auth/auth_test.go#L576
this value of qUsersB is never used (SA4006)
|
ci:
auth/auth_test.go#L576
this result of append is never used, except maybe in other appends (SA4010)
|
ci:
auth/auth_test.go#L796
unnecessary assignment to the blank identifier (S1005)
|
ci:
auth/auth_test.go#L802
unnecessary assignment to the blank identifier (S1005)
|
ci:
auth/auth_test.go#L816
unnecessary assignment to the blank identifier (S1005)
|
ci:
auth/auth_test.go#L822
unnecessary assignment to the blank identifier (S1005)
|
ci:
auth/auth_test.go#L836
unnecessary assignment to the blank identifier (S1005)
|
ci:
auth/auth_test.go#L842
unnecessary assignment to the blank identifier (S1005)
|