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

build: Use Go 1.17 for golangci linting and update golangci/golangci-lint-action #364

Merged
merged 8 commits into from Sep 6, 2022

Commits on Sep 6, 2022

  1. Use Go 1.17 for golangci linting and update golangci/golangci-lint-ac…

    …tion
    
    Go 1.18 is not supported by golangci-lint yet since generics are not
    supported.
    
    Signed-off-by: Ethan Lowman <ethan.lowman@datadoghq.com>
    ethan-lowman-dd committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    bb0cce5 View commit details
    Browse the repository at this point in the history
  2. Try to make the linter happy

    Signed-off-by: Ethan Lowman <ethan.lowman@datadoghq.com>
    ethan-lowman-dd committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    e92b741 View commit details
    Browse the repository at this point in the history
  3. Fix go version

    Signed-off-by: Ethan Lowman <ethan.lowman@datadoghq.com>
    ethan-lowman-dd committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    ec15296 View commit details
    Browse the repository at this point in the history
  4. Remove usage of deprecated io/ioutil

    Signed-off-by: Ethan Lowman <ethan.lowman@datadoghq.com>
    ethan-lowman-dd committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    9922324 View commit details
    Browse the repository at this point in the history
  5. Appease gofmt for 1.19

    Signed-off-by: Ethan Lowman <ethan.lowman@datadoghq.com>
    ethan-lowman-dd committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    ff3dc4f View commit details
    Browse the repository at this point in the history
  6. Remove one more ioutil instance

    Signed-off-by: Ethan Lowman <ethan.lowman@datadoghq.com>
    ethan-lowman-dd committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    3c13876 View commit details
    Browse the repository at this point in the history
  7. Remove decodeRoot

    Signed-off-by: Ethan Lowman <ethan.lowman@datadoghq.com>
    ethan-lowman-dd committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    bdb7b5a View commit details
    Browse the repository at this point in the history
  8. Remove more unused functions

    Signed-off-by: Ethan Lowman <ethan.lowman@datadoghq.com>
    ethan-lowman-dd committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    ae1bd4e View commit details
    Browse the repository at this point in the history