chore: update dependencies and replace exp package with cmp #38
lint-n-test.yml
on: pull_request
Matrix: golangci-lint
tests
0s
Annotations
5 errors and 1 warning
golangci-lint (1.20):
internal/sql/expr/comparison/greater_or_equal.go#L67
invalid operation: lvalue >= rvalue (type parameter T is not comparable with >=) (typecheck)
|
golangci-lint (1.20):
internal/sql/expr/comparison/greater_than.go#L67
invalid operation: lvalue > rvalue (type parameter T is not comparable with >) (typecheck)
|
golangci-lint (1.20):
internal/sql/expr/comparison/less_or_equal.go#L67
invalid operation: lvalue <= rvalue (type parameter T is not comparable with <=) (typecheck)
|
golangci-lint (1.20):
internal/sql/expr/comparison/less_than.go#L67
invalid operation: lvalue < rvalue (type parameter T is not comparable with <) (typecheck)
|
golangci-lint (1.20)
issues found
|
golangci-lint (1.20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3.4.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|