Update workflows and go modules #17
Annotations
10 errors
golangci-lint:
fluent_test.go#L259
var-declaration: should omit type int from declaration of var port; it will be inferred from the right-hand side (revive)
|
golangci-lint:
fluent_test.go#L680
var-declaration: should omit type int from declaration of var port; it will be inferred from the right-hand side (revive)
|
golangci-lint:
fluent_test.go#L551
tag is not aligned, should be: json:"foo" msgpack:"foo" (tagalign)
|
golangci-lint:
fluent_test.go#L552
tag is not aligned, should be: json:"bar" msgpack:"bar" (tagalign)
|
golangci-lint:
buffered.go#L189
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
golangci-lint:
minion.go#L178
Function `ping` should pass the context parameter (contextcheck)
|
golangci-lint:
minion.go#L191
Function `ping` should pass the context parameter (contextcheck)
|
golangci-lint:
minion.go#L371
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
golangci-lint:
fluent_test.go#L255
The copy of the 'for' variable "buffered" can be deleted (Go 1.22+) (copyloopvar)
|
golangci-lint:
fluent_test.go#L298
The copy of the 'for' variable "buffered" can be deleted (Go 1.22+) (copyloopvar)
|
Loading