chore: go mod tidy

Ayman Bagabas created

Change summary

go.mod | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Detailed changes

go.mod 🔗

@@ -1,7 +1,8 @@
 module github.com/charmbracelet/soft-serve
 
-go 1.22
-toolchain go1.23.4
+go 1.23.0
+
+toolchain go1.23.5
 
 require (
 	github.com/charmbracelet/bubbles v0.20.0