Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 #25

Merged
dependabot[bot] merged 3 commits from dependabot/github_actions/golangci/golangci-lint-action-3.3.0 into v3 2022-11-14 07:28:55 +03:00
Showing only changes of commit 14a2d3d586 - Show all commits

View File

@ -27,7 +27,7 @@ option objc_class_prefix = "MAPI";
// [MicroMethod][micro.api.MicroMethod] // [MicroMethod][micro.api.MicroMethod]
message MicroMethod { message MicroMethod {
// Timeout for handler // Timeout for handler
int32 timeout = 1; string timeout = 1;
// ServerOptions contains options for server // ServerOptions contains options for server
repeated string server_options = 2; repeated string server_options = 2;
// ClientOptions contains options for client // ClientOptions contains options for client