Use goreleaser everywhere #176
Annotations
10 errors and 1 warning
run tests:
cmd/api/main.go#L11
"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)
|
run tests:
cmd/authorization-webhook/main.go#L11
"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)
|
run tests:
cmd/operator/main.go#L48
should use for range instead of for { select {} } (S1000)
|
run tests:
internal/authprovider/ldap.go#L22
should check error returned from getBindedConnection() before deferring conn.Close() (SA5001)
|
run tests:
internal/authprovider/ldap.go#L46
should check error returned from getBindedConnection() before deferring conn.Close() (SA5001)
|
run tests:
internal/authprovider/ldap.go#L92
should check error returned from getBindedConnection() before deferring conn.Close() (SA5001)
|
run tests:
internal/authprovider/ldap.go#L200
should check error returned from getBindedConnection() before deferring conn.Close() (SA5001)
|
run tests:
internal/authprovider/ldap.go#L227
should check error returned from getBindedConnection() before deferring conn.Close() (SA5001)
|
run tests:
internal/authprovider/ldap.go#L249
should check error returned from getBindedConnection() before deferring conn.Close() (SA5001)
|
run tests:
internal/authprovider/ldap.go#L271
should check error returned from getBindedConnection() before deferring conn.Close() (SA5001)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading