Skip to content

build: bump golangci-lint

feistel requested to merge feistel/gitlab-pages:bump/golangci-lint into master

What does this MR do?

bump golangci-lint to v1.45.2: this happened to be the latest version but the real win is bumping to anything past 1.45.0 for Go 1.18 support.

Note: there has been some config changes:

  • gci config is mandatory so it was updated accordingly
  • some linters had their language level bumped to 1.17
  • removed a couple of config options that were unused (default values)

EDIT: bumped to 1.46.0
EDIT: bumped to 1.46.2

TODO

Edited by feistel

Merge request reports