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>2022-10-28 09:53:02 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-11-09 11:54:55 +0300
commit664139e38b6798eff770ef71a05f688b729459a9 (patch)
tree7cf0d97fd71127d030e35eaf4bb71315825396af /proto/go/gitalypb/ref.pb.go
parentb7badff4dea95767cff02b7ce4e6ba911b39b003 (diff)
proto: Regenerate sources with Go 1.19
The Go sources generated from our Protobuf definitions are dependent on the Go version as they seem to internally use gofmt. With Go 1.19, gofmt changed the way that comments are formatted, and this in turn impacts our generated code. Now that we have upgraded our CI to run with Go 1.19 by default we need to regenerate the Go code to match the new formatting. Do so.
Diffstat (limited to 'proto/go/gitalypb/ref.pb.go')
-rw-r--r--proto/go/gitalypb/ref.pb.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/go/gitalypb/ref.pb.go b/proto/go/gitalypb/ref.pb.go
index c17d820ed..508fce608 100644
--- a/proto/go/gitalypb/ref.pb.go
+++ b/proto/go/gitalypb/ref.pb.go
@@ -1072,6 +1072,7 @@ type FindTagError struct {
unknownFields protoimpl.UnknownFields
// Types that are assignable to Error:
+ //
// *FindTagError_TagNotFound
Error isFindTagError_Error `protobuf_oneof:"error"`
}
@@ -1811,6 +1812,7 @@ type DeleteRefsError struct {
unknownFields protoimpl.UnknownFields
// Types that are assignable to Error:
+ //
// *DeleteRefsError_InvalidFormat
// *DeleteRefsError_ReferencesLocked
Error isDeleteRefsError_Error `protobuf_oneof:"error"`