Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Cai <jcai@gitlab.com>2022-05-11 17:31:47 +0300
committerJohn Cai <jcai@gitlab.com>2022-05-20 17:30:07 +0300
commitcd77c04625b069c9bbef1f6193705648868cf0c4 (patch)
tree52be358ddbfa65b101c1b05287e8fcb656b929f2 /proto/smarthttp.proto
parentc7e6e84522b46f1d5c5f590201407617db739112 (diff)
Update go package name from v14 to v15
This commit changes the major version in the package name from v14 to v15 Updating go.mod & go.sum with new module name v15 Update Makefile to bump major version to v15 Update the gitaly package name in the Makefile. Also update gitaly-git2go-v14 -> gitaly-git2go-v15. We need to keep gitaly-git2go-v14 for a release however, for zero downtime upgrades. This pulls directly from a sha that is v14. Update package name from v14->v15 for auth, client, cmd, internal packages This commit changes the package name from v14 to v15 in go and proto files in the internal, auth, client, cmd packages. proto: Update major package number in package name tools: Change major version number in package name from v14 to v15 gitaly-git2go: Change the package name from v14 to v15 update module updater for v15 Update the documentation for the module updater to reflect v15
Diffstat (limited to 'proto/smarthttp.proto')
-rw-r--r--proto/smarthttp.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/smarthttp.proto b/proto/smarthttp.proto
index 16d3a3577..a0e6aaad5 100644
--- a/proto/smarthttp.proto
+++ b/proto/smarthttp.proto
@@ -5,7 +5,7 @@ package gitaly;
import "lint.proto";
import "shared.proto";
-option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v15/proto/go/gitalypb";
// SmartHTTPService is a service that provides RPCs required for HTTP-based Git
// clones via the smart HTTP protocol.