suborbital / subo

The Suborbital CLI
Apache License 2.0
81 stars 25 forks source link

fix(ci): Replace deprecated linter step #213

Closed danielledeleo closed 2 years ago

danielledeleo commented 2 years ago

As per the golangci-lint docs, local-prefixes is marked as deprecated.

See: https://golangci-lint.run/usage/linters/#gci

javorszky commented 2 years ago

@jagger27 it's not deprecated in the version of golangci-lint that the workflow is using: https://github.com/suborbital/subo/blob/main/.github/workflows/golangci-lint.yml#L22

1.44.2, yes

To fix the brokenness, upgrade the version of golangci-lint as well :)

danielledeleo commented 2 years ago

Stale