Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: bump golangci-lint to v1.44, golangci-lint-action to v3 #3370

Merged
merged 3 commits into from Mar 8, 2022

Commits on Mar 7, 2022

  1. Format sources using gofumpt 0.2.1

    ... which adds a wee more whitespace fixes.
    
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    kolyshkin committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    89733cd View commit details
    Browse the repository at this point in the history
  2. ci: bump golangci-lint to v1.44

    Also, remove "must be specified without patch version" as this is no
    longer true.
    
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    kolyshkin committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    f7d4613 View commit details
    Browse the repository at this point in the history
  3. ci: use golangci-lint-action v3, GO_VERSION

    golangci-lint-action v3 no longer installs golang itself, and the
    version that comes with Ubuntu is not new/good enough.
    
    Install go 1.17.x explicitly.
    
    Introduce GO_VERSION environment variable to avoid duplication,
    and use it instead of 1.x in other places, so that implicit go update
    won't bring some unexpected failures.
    
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    kolyshkin committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    f7637de View commit details
    Browse the repository at this point in the history