ci-cd: bump workflow and go version #39
lint-n-test.yml
on: pull_request
golangci-lint
28s
tests
0s
Annotations
10 errors
golangci-lint:
internal/sql/expr/comparison/compare_test.go#L247
The copy of the 'for' variable "test" can be deleted (Go 1.22+) (copyloopvar)
|
golangci-lint:
internal/sql/expr/comparison/equal_test.go#L218
The copy of the 'for' variable "test" can be deleted (Go 1.22+) (copyloopvar)
|
golangci-lint:
internal/sql/expr/comparison/greater_or_equal_test.go#L230
The copy of the 'for' variable "test" can be deleted (Go 1.22+) (copyloopvar)
|
golangci-lint:
internal/sql/expr/comparison/greater_than_test.go#L218
The copy of the 'for' variable "test" can be deleted (Go 1.22+) (copyloopvar)
|
golangci-lint:
internal/sql/expr/comparison/less_or_equal_test.go#L230
The copy of the 'for' variable "test" can be deleted (Go 1.22+) (copyloopvar)
|
golangci-lint:
internal/sql/expr/comparison/less_than_test.go#L218
The copy of the 'for' variable "test" can be deleted (Go 1.22+) (copyloopvar)
|
golangci-lint:
internal/sql/expr/comparison/not_equal_test.go#L218
The copy of the 'for' variable "test" can be deleted (Go 1.22+) (copyloopvar)
|
golangci-lint:
internal/sql/expr/logical/and_test.go#L81
The copy of the 'for' variable "test" can be deleted (Go 1.22+) (copyloopvar)
|
golangci-lint:
internal/sql/expr/logical/or_test.go#L81
The copy of the 'for' variable "test" can be deleted (Go 1.22+) (copyloopvar)
|
golangci-lint:
internal/sql/expr/math/add_test.go#L120
The copy of the 'for' variable "test" can be deleted (Go 1.22+) (copyloopvar)
|