Skip to content

Releases: cloudfoundry/certsplitter

0.5.0

27 Aug 20:28

Choose a tag to compare

Update go.mod dependencies

--------

index 7834429..687dabb 100644
@@ -1,6 +1,8 @@
 module code.cloudfoundry.org/certsplitter

-go 1.20
+go 1.22
+
+toolchain go1.22.3

 	github.com/onsi/ginkgo/v2 v2.20.1

0.4.0

23 Aug 18:42

Choose a tag to compare

Update go.mod dependencies

--------

index 55fc872..7834429 100644

0.3.0

22 Aug 18:40

Choose a tag to compare

Update go.mod dependencies

--------

index 54c710f..55fc872 100644

0.2.0

21 Aug 20:23

Choose a tag to compare

Update go.mod dependencies

--------

index dc5b129..54c710f 100644
@@ -3,7 +3,7 @@ module code.cloudfoundry.org/certsplitter
 go 1.20

-	github.com/onsi/ginkgo/v2 v2.20.0
+	github.com/onsi/ginkgo/v2 v2.20.1
 	github.com/onsi/gomega v1.34.1

0.1.0

13 Aug 15:15

Choose a tag to compare

Update go.mod dependencies

--------

index e4869b0..dc5b129 100644