Skip to content

dev: Disable flaky ioutil lint check

Administrator requested to merge disable-lint-check into main

Created by: ryanslade

We're occasionally seeing this error: ./slack.go:105:19: undefined: io.ReadAll

It appears to be related to the internal/cmd/resources-report command being compiled against an older version of Go that doesn't have the io.ReadAll function yet.

Merge request reports

Loading