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 with Go 1.19 #5753

Merged
merged 13 commits into from
Oct 5, 2022
Merged

Build with Go 1.19 #5753

merged 13 commits into from
Oct 5, 2022

Commits on Oct 3, 2022

  1. Build with Go 1.19

    Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
    sylr committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    e94e594 View commit details
    Browse the repository at this point in the history
  2. Run go fmt with go 1.19

    Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
    sylr committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    44df985 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Add changelog entry

    Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
    sylr committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    35c2192 View commit details
    Browse the repository at this point in the history
  2. Revert go version in go.mod

    Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
    sylr committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    db41796 View commit details
    Browse the repository at this point in the history
  3. Upgrade faillint to v1.11.0

    Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
    sylr committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    511552b View commit details
    Browse the repository at this point in the history
  4. Upgrade github.com/golangci/golangci-lint to v1.49.0

    Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
    sylr committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    f03392b View commit details
    Browse the repository at this point in the history
  5. Remove deprecated linters

    ```
    WARN [runner] The linter 'deadcode' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter.  Replaced by unused.
    WARN [runner] The linter 'varcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter.  Replaced by unused.
    WARN [runner] The linter 'structcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter.  Replaced by unused.
    WARN [linters context] structcheck is disabled because of generics. You can track the evolution of the generics support by following the golangci/golangci-lint#2649.
    ```
    
    Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
    sylr committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    4d94331 View commit details
    Browse the repository at this point in the history
  6. Regen proto files

    Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
    sylr committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    2501234 View commit details
    Browse the repository at this point in the history
  7. Fix typo

    Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
    sylr committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    544c858 View commit details
    Browse the repository at this point in the history
  8. Format docs

    Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
    sylr committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    cf9c15d View commit details
    Browse the repository at this point in the history
  9. Upgrade gopsutil to v3.22.9

    Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
    sylr committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    e490e0c View commit details
    Browse the repository at this point in the history
  10. Display diff in the check-docs target

    Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
    sylr committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    fda4b55 View commit details
    Browse the repository at this point in the history
  11. Fix macOS path in docs/components/tools.md

    Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
    sylr committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    8b13de6 View commit details
    Browse the repository at this point in the history