Skip to content

Commit

Permalink
Add minor changes (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
roypaulin authored Feb 8, 2025
1 parent cba7170 commit 91e65ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion api/v1beta1/webhook_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ var _ = BeforeSuite(func() {
Expect(err).NotTo(HaveOccurred())
Expect(k8sClient).NotTo(BeNil())

// start webhook server using Manager
// start webhook server using Manager
webhookInstallOptions := &testEnv.WebhookInstallOptions
webhookServer := webhook.NewServer(webhook.Options{
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/vertica/vertica-kubernetes

go 1.23.4

toolchain go1.23.5
go 1.23.5

require (
cloud.google.com/go/secretmanager v1.14.2
Expand Down

0 comments on commit 91e65ca

Please sign in to comment.