chore(go.mod): update to go 1.23

This commit is contained in:
Andrey Nering
2025-03-20 10:42:52 -03:00
parent 06824cb77d
commit 976d9a1108
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
module github.com/charmbracelet/bubbles
go 1.18
go 1.23.0
toolchain go1.23.7
require (
github.com/MakeNowJust/heredoc v1.0.0