Bump golang.org/x/tools from 0.27.0 to 0.29.0 #346
Annotations
10 errors and 1 warning
golangci-lint:
type.go#L66
G115: integer overflow conversion int16 -> int8 (gosec)
|
golangci-lint:
type.go#L116
G115: integer overflow conversion int32 -> uint16 (gosec)
|
golangci-lint:
type.go#L126
G115: integer overflow conversion int64 -> uint32 (gosec)
|
golangci-lint:
type.go#L136
G115: integer overflow conversion int64 -> uint64 (gosec)
|
golangci-lint:
insert_test.go#L148
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
golangci-lint:
update_test.go#L260
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
golangci-lint:
delete_test.go#L164
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
golangci-lint:
clause_test.go#L650
field `errs` is unused (unused)
|
golangci-lint:
function.go#L11
File is not properly formatted (gofmt)
|
golangci-lint:
clause_exporter_test.go#L1
package should be `genorm_test` instead of `genorm` (testpackage)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading