Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Aug 18, 2024
1 parent 74d950f commit 9ae3255
Show file tree
Hide file tree
Showing 9 changed files with 250 additions and 210 deletions.
31 changes: 22 additions & 9 deletions api/v1/backup_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 20 additions & 8 deletions api/v1/database_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 20 additions & 8 deletions api/v1/initializer_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion cmd/internal/backup/providers/gcp/gcp_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ func startFakeGcsContainer(t testing.TB, ctx context.Context) (testcontainers.Co
},
Cmd: []string{"-backend", "memory", "-log-level", "debug", "-public-host", "localhost:4443"},
WaitingFor: wait.ForAll(
wait.ForListeningPort("4443/tcp"),
// wait.ForListeningPort("4443/tcp"),
wait.ForLog("server started"),
),
},
Started: true,
Expand Down
Loading

0 comments on commit 9ae3255

Please sign in to comment.