Rapidmidiex / rmxtui

1 stars 0 forks source link

Fix CI linter #7

Open harveysanders opened 1 year ago

harveysanders commented 1 year ago

Error:

run golangci-lint
  Running [/home/runner/golangci-lint-1.51.0-linux-amd64/golangci-lint run --out-format=github-actions] in [] ...
  level=warning msg="[runner] Can't run linter goanalysis_metalinter: buildir: failed to load package oto: could not load export data: no export data for \"github.com/hajimehoshi/oto\""
  level=error msg="Running error: 1 error occurred:\n\t* can't run linter goanalysis_metalinter: buildir: failed to load package oto: could not load export data: no export data for \"github.com/hajimehoshi/oto\"\n\n"

  Error: golangci-lint exit with code 3

I tried the suggestions below, but no luck so far. I don't exactly understand the issue. https://github.com/golangci/golangci-lint/discussions/1920