Closed gabo1208 closed 2 years ago
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: gabo1208, kvmware
The full list of commands accepted by this bot can be found here.
The pull request process is described here
I think this broken the style action in a different way
https://github.com/knative/serving/actions/runs/3386695185/jobs/5626430807
Unless my goimports is out of date
no there's something else
Running [/home/runner/golangci-lint-1.46.2-linux-amd64/golangci-lint run --out-format=github-actions --go=1.18] in [] ...
panic: load embedded ruleguard rules: rules/rules.go:13: can't load fmt
golangci lint action does not work currently wih go1.19, adjust go version to 1.18 for it to work
More context here: https://github.com/golangci/golangci-lint-action/issues/532