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

update for Go 1.19 #3441

Merged
merged 7 commits into from Aug 8, 2022
Merged

update for Go 1.19 #3441

merged 7 commits into from Aug 8, 2022

Commits on Aug 8, 2022

  1. update test to use Go 1.19

    bhcleek committed Aug 8, 2022
    Copy the full SHA
    3ee56ab View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    41e3a44 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    383cb6e View commit details
    Browse the repository at this point in the history
  4. lint: add new expectation

    Add new expectation introduced by revive.
    bhcleek committed Aug 8, 2022
    Copy the full SHA
    6818f09 View commit details
    Browse the repository at this point in the history
  5. lint: change metalinter tests to use revive

    golangci-lint seems to have finally fully dropped golint support, so
    refactor the tests that used golint to use revive instead.
    bhcleek committed Aug 8, 2022
    Copy the full SHA
    b4f55b4 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    37e5b27 View commit details
    Browse the repository at this point in the history
  7. lint: adjust tests due to recent golangci-lint changes

    Golangci-lint seems to have changed how it deals with some kinds of
    problems. Comment out the tests that no longer seem to be relevant
    instead of deleting them, because I don't trust that the original need
    for the tests won't reappear.
    bhcleek committed Aug 8, 2022
    Copy the full SHA
    858d59e View commit details
    Browse the repository at this point in the history