mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-04 08:35:13 +00:00

# Which Problems Are Solved If golangci-lint fails, it is hard to find out how to fix it. # How the Problems Are Solved The official GitHub action for golangci-lint is upgraded from v4 to [v6](https://github.com/golangci/golangci-lint-action/releases/tag/v6.0.1). ## Before Upgrade  ## After Upgrade  # Additional Changes Removes the config properties `skip-pkg-cache` and `skip-build-cache` as support was removed with [v5](https://github.com/golangci/golangci-lint-action/releases/tag/v5.0.0). --------- Co-authored-by: Silvan <silvan.reusser@gmail.com>