chore(ci): golangci-lint update, dont print empty tests
Description
- Updated the golangci-lint binary to the latest version
- Specified
amake/innosetupto point to:latestsince it was already doing that, making it explicit - In
.gitlab-ci.ymlusing thegolangci-lintbinary that's alpine based since it's much smaller in size
❯ docker images golangci/golangci-lint
i Info → U In Use
IMAGE ID DISK USAGE CONTENT SIZE EXTRA
golangci/golangci-lint:v2.10.1 ea84d14c2fef 1.34GB 318MB
golangci/golangci-lint:v2.10.1-alpine 33bc6b6156d4 765MB 177MB
- Added
--format-hide-empty-pkgto themake testcommands, to avoid printing files without tests because it isn't useful and it takes up time.
- chore(ci): golangci-lint update, dont print empty tests
Related Issues
Resolves #[issue_number]