Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.70.0 to 1.71.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.70.0...v1.71.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
760 B
760 B
Versioning
This document describes the versioning policy for this module. This policy is designed so the following goals can be achieved.
Users are provided a codebase of value that is stable and secure.
Policy
-
Versioning of this module will be idiomatic of a Go project using Go modules.
- Semantic import versioning will be used.
- Versions will comply with semver 2.0.
- Any
v2or higher version of this module will be included as a/vNat the end of the module path used ingo.modfiles and in the package import path.
- Semantic import versioning will be used.
-
GitHub releases will be made for all releases.