diff options
author | Patrick Bajao <ebajao@gitlab.com> | 2022-08-10 01:04:09 +0000 |
---|---|---|
committer | Patrick Bajao <ebajao@gitlab.com> | 2022-08-10 01:04:09 +0000 |
commit | dbf5fce6346184fc46e3dfd2128fd2fe18e7e81c (patch) | |
tree | cd06ee78cabfbb339b6122d4e275d08811bee332 /client | |
parent | c50becdff9b3b2c6ac2d248d063fad42684bb825 (diff) | |
parent | 2c18767176ff7bade7a2d745b0e95f1687c27b5d (diff) | |
download | gitlab-shell-dbf5fce6346184fc46e3dfd2128fd2fe18e7e81c.tar.gz |
Merge branch 'id-update-gitaly-to-v15' into 'main'
Update Gitaly to v15
See merge request gitlab-org/gitlab-shell!676
Diffstat (limited to 'client')
-rw-r--r-- | client/testserver/gitalyserver.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/testserver/gitalyserver.go b/client/testserver/gitalyserver.go index 79768a6..d98ac01 100644 --- a/client/testserver/gitalyserver.go +++ b/client/testserver/gitalyserver.go @@ -10,8 +10,8 @@ import ( "testing" "github.com/stretchr/testify/require" - "gitlab.com/gitlab-org/gitaly/v14/client" - pb "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb" + "gitlab.com/gitlab-org/gitaly/v15/client" + pb "gitlab.com/gitlab-org/gitaly/v15/proto/go/gitalypb" "gitlab.com/gitlab-org/labkit/log" "google.golang.org/grpc" "google.golang.org/grpc/credentials/insecure" |