Skip to content

go.mod: bump github.com/golangci/golangci-lint from 1.60.1 to 1.60.2 #261

go.mod: bump github.com/golangci/golangci-lint from 1.60.1 to 1.60.2

go.mod: bump github.com/golangci/golangci-lint from 1.60.1 to 1.60.2 #261

Triggered via pull request August 22, 2024 19:17
Status Failure
Total duration 1m 16s
Artifacts

lint.yml

on: pull_request
golangci-lint
1m 5s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

9 errors
golangci-lint: config/proto.go#L161
G115: integer overflow conversion int -> int32 (gosec)
golangci-lint: config/proto.go#L179
G115: integer overflow conversion int64 -> int32 (gosec)
golangci-lint: opencdc/proto.go#L133
G115: integer overflow conversion int -> int32 (gosec)
golangci-lint: schema/proto.go#L59
G115: integer overflow conversion int -> int32 (gosec)
golangci-lint: paramgen/internal/paramgen.go#L76
SA1019: ast.Package has been deprecated since Go 1.22 and an alternative has been available since Go 1.0: use the type checker [go/types] instead; see [Object]. (staticcheck)
golangci-lint: paramgen/internal/paramgen.go#L113
SA1019: ast.Package has been deprecated since Go 1.22 and an alternative has been available since Go 1.0: use the type checker [go/types] instead; see [Object]. (staticcheck)
golangci-lint: paramgen/internal/paramgen.go#L159
SA1019: ast.Package has been deprecated since Go 1.22 and an alternative has been available since Go 1.0: use the type checker [go/types] instead; see [Object]. (staticcheck)
golangci-lint: paramgen/internal/paramgen.go#L232
SA1019: ast.Object has been deprecated since Go 1.22 and an alternative has been available since Go 1.0: The relationship between Idents and Objects cannot be correctly computed without type information. For example, the expression T{K: 0} may denote a struct, map, slice, or array literal, depending on the type of T. If T is a struct, then K refers to a field of T, whereas for the other types it refers to a value in the environment. (staticcheck)
golangci-lint
issues found