summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-04 20:51:38 -0400
committerGitHub <noreply@github.com>2024-10-04 20:51:38 -0400
commit2e631b02289acbc15c40879994eaf2fd30b4ab2c (patch)
tree7a0fe0f10ac80857bc8aa5cf803c3ff8f760b38a /cmd
parent847580e8c7667194360e56bd04913c61aef7d228 (diff)
chore(deps): bump google.golang.org/grpc from 1.59.0 to 1.67.1 (#876)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/ask_pass_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/ask_pass_test.go b/cmd/ask_pass_test.go
index e95c3b7..1201ef0 100644
--- a/cmd/ask_pass_test.go
+++ b/cmd/ask_pass_test.go
@@ -56,6 +56,7 @@ func NewTestCommand() *cobra.Command {
fmt.Fprintf(c.ErrOrStderr(), "%s is not set\n", git.ASKPASS_NONCE_ENV)
return
}
+ // nolint:staticcheck
conn, err := grpc.DialContext(ctx, "bufnet", grpc.WithContextDialer(bufDialer), grpc.WithTransportCredentials(insecure.NewCredentials()))
if err != nil {
fmt.Fprintf(c.ErrOrStderr(), "failed to connect: %v\n", err)