Closed fabiovincenzi closed 3 weeks ago
Please also update golangci-lint: https://github.com/golangci/golangci-lint/releases/tag/v1.61.0 and mockery: https://github.com/vektra/mockery/releases/tag/v2.46.3 Perhaps (https://pkg.go.dev/google.golang.org/protobuf/cmd/protoc-gen-go, do in separate commit, see what CI says, if negative don't go for it)
@fabiovincenzi there were a couple of //nolint:ireturn comments that were removed. You need to restore these. The clue is that the linter should now not mark these as false positives anymore.
Fixes https://github.com/mlflow/mlflow-go/issues/65
go mod tidy
golangci-lint
,mockery
andproton-gen-go