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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-05-10 15:44:05 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-05-10 15:49:46 +0300
commitdd2cf97a144b73053da370e97cc7581a81bdc527 (patch)
tree3a20798f8f7c85823b4466d007c8070ccfb4d84c /proto/hook.proto
parent46ee0248c36241d856710030958fa5e1e04b179e (diff)
go: Bump module version from v15 to v16
We're about to release Gitaly v16.0. As we've landed a bunch of previously announced removals it's thus time to bump our Go module version from v15 to v16.
Diffstat (limited to 'proto/hook.proto')
-rw-r--r--proto/hook.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/hook.proto b/proto/hook.proto
index f2790ce2b..2b02f4a1c 100644
--- a/proto/hook.proto
+++ b/proto/hook.proto
@@ -5,7 +5,7 @@ package gitaly;
import "lint.proto";
import "shared.proto";
-option go_package = "gitlab.com/gitlab-org/gitaly/v15/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v16/proto/go/gitalypb";
// HookService is a service which provides the implementation of a subset of
// Git hooks. These are typically invoked via the `gitaly-hooks` binary to