8000 make go-tidy · cert-manager/cert-manager@05fc833 · GitHub
[go: up one dir, main page]

Skip to content

Commit 05fc833

Browse files
committed
make go-tidy
Signed-off-by: Richard Wall <richard.wall@venafi.com>
1 parent 5d2b5bf commit 05fc833

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

cmd/acmesolver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cert-manager/cert-manager/acmesolver-binary
22

3-
go 1.23.0
3+
go 1.23.8
44

55
// Do not remove this comment:
66
// please place any replace statements here at the top for visibility and add a

cmd/cainjector/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cert-manager/cert-manager/cainjector-binary
22

3-
go 1.23.0
3+
go 1.23.8
44

55
// Do not remove this comment:
66
// please place any replace statements here at the top for visibility and add a

cmd/controller/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cert-manager/cert-manager/controller-binary
22

3-
go 1.23.0
3+
go 1.23.8
44

55
// Do not remove this comment:
66
// please place any replace statements here at the top for visibility and add a

cmd/startupapicheck/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1< 10BC0 /code>1
module github.com/cert-manager/cert-manager/startupapicheck-binary
22

3-
go 1.23.0
3+
go 1.23.8
44

55
// Do not remove this comment:
66
// please place any replace statements here at the top for visibility and add a

cmd/webhook/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cert-manager/cert-manager/webhook-binary
22

3-
go 1.23.0
3+
go 1.23.8
44

55
// Do not remove this comment:
66
// please place any replace statements here at the top for visibility and add a

test/e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cert-manager/cert-manager/e2e-tests
22

3-
go 1.23.0
3+
go 1.23.8
44

55
// Do not remove this comment:
66
// please place any replace statements here at the top for visibility and add a

test/integration/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cert-manager/cert-manager/integration-tests
22

3-
go 1.23.0
3+
go 1.23.8
44

55
// Do not remove this comment:
66
// please place any replace statements here at the top for visibility and add a

0 commit comments

Comments
 (0)
0