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

Updates Go to 1.21, golangci-lint to 1.55.2 #7262

Merged
merged 4 commits into from
Dec 4, 2023

Commits on Nov 30, 2023

  1. Updates Go to 1.21, golangci-lint to 1.55.2

    Note that, due to the change in import and init func ordering changing
    in Go 1.21, the grpc proxy proto codec is no longer registered after the
    grpc internal proto codec definition, meaning the dapr custom definition
    will not be registered and will cause errors. The custom proto needs to
    be either re-registered at runtime, or change its name in order to fix
    this. This is done in the gRPC object, and handler_test.go TestMain.
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    JoshVanL committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    14ba9c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Lint code

    Signed-off-by: joshvanl <me@joshvanl.dev>
    JoshVanL committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    328da65 View commit details
    Browse the repository at this point in the history
  2. Disable tagalign linter, don't aline yaml tags

    Signed-off-by: joshvanl <me@joshvanl.dev>
    JoshVanL committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    812be3a View commit details
    Browse the repository at this point in the history
  3. Remove gRPC Get nil checkings

    Signed-off-by: joshvanl <me@joshvanl.dev>
    JoshVanL committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b63e7e9 View commit details
    Browse the repository at this point in the history