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

[golang] Update to 1.19rc2 (from 1.18.3) #111254

Merged
merged 6 commits into from Jul 26, 2022

Commits on Jul 26, 2022

  1. Fix quotes that trip up gofmt

    Signed-off-by: Davanum Srinivas <davanum@gmail.com>
    dims committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    27dc8a9 View commit details
    Browse the repository at this point in the history
  2. fix patch_test for gofmt issue

    Signed-off-by: Davanum Srinivas <davanum@gmail.com>
    dims committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    ea7dff5 View commit details
    Browse the repository at this point in the history
  3. Adjust for os/exec changes in 1.19

    https://tip.golang.org/doc/go1.19#os-exec-path
    
    Signed-off-by: Davanum Srinivas <davanum@gmail.com>
    dims committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    1f55703 View commit details
    Browse the repository at this point in the history
  4. Try disabling logcheck for golang 1.19rc2

    Signed-off-by: Davanum Srinivas <davanum@gmail.com>
    dims committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    6c0a434 View commit details
    Browse the repository at this point in the history
  5. golang: Update to 1.19rc2 from 1.18.3

    Signed-off-by: Davanum Srinivas <davanum@gmail.com>
    dims committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    4784b58 View commit details
    Browse the repository at this point in the history
  6. Generate and format files

    - Run hack/update-codegen.sh
    - Run hack/update-generated-device-plugin.sh
    - Run hack/update-generated-protobuf.sh
    - Run hack/update-generated-runtime.sh
    - Run hack/update-generated-swagger-docs.sh
    - Run hack/update-openapi-spec.sh
    - Run hack/update-gofmt.sh
    
    Signed-off-by: Davanum Srinivas <davanum@gmail.com>
    dims committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    a9593d6 View commit details
    Browse the repository at this point in the history