You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using go 1.20 and running make lint, golangci-lint fails with a large amount of errors.
But a newer version of the tools passes with some minor changes to the tanzu-cli repo.
Expected behavior
No linting error with go 1.20 (and 1.19 and 1.18)
Steps to reproduce the bug / Relevant debug output
Use go 1.20:
$ go version
go version go1.20.3 darwin/arm64
$ make lint
Output of tanzu version
On the current main: bf4426738
Environment where the bug was observed (cloud, OS, etc)
Locally
The text was updated successfully, but these errors were encountered:
Bug description
When using go 1.20 and running
make lint
, golangci-lint fails with a large amount of errors.But a newer version of the tools passes with some minor changes to the tanzu-cli repo.
Expected behavior
No linting error with go 1.20 (and 1.19 and 1.18)
Steps to reproduce the bug / Relevant debug output
Use go 1.20:
Output of
tanzu version
On the current main:
bf4426738
Environment where the bug was observed (cloud, OS, etc)
Locally
The text was updated successfully, but these errors were encountered: