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(deps): bump google.golang.org/grpc from 1.64.0 to 1.65.0 #231

Merged

Commits on Jul 9, 2024

  1. build(deps): bump google.golang.org/grpc from 1.64.0 to 1.65.0

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.65.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.64.0...v1.65.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b720e14 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    0fd3a6d View commit details
    Browse the repository at this point in the history
  2. feat(go.mod): upgrade Go version from 1.20 to 1.21 and specify toolch…

    …ain version
    
    Upgrading the Go version to 1.21 ensures compatibility with the latest
    features and improvements in the language. Specifying the toolchain
    version as go1.22.4 explicitly defines the compiler version to be used,
    which helps in maintaining consistent builds across different
    environments.
    cybersiddhu committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    60b015b View commit details
    Browse the repository at this point in the history
  3. chore(lint.yml): update golangci-lint-action to v1.58.2

    Updating the golangci-lint-action to version 1.58.2 ensures that the
    latest features, bug fixes, and performance improvements in the linter
    are utilized, leading to more efficient and effective code quality
    checks.
    cybersiddhu committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    916c5b5 View commit details
    Browse the repository at this point in the history