Update go version to 1.24

This commit is contained in:
Eli Bendersky
2025-02-24 06:12:04 -08:00
parent dc4d281034
commit da87dfa854

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/mmcgrana/gobyexample
go 1.23.0
go 1.24.0
require (
github.com/alecthomas/chroma/v2 v2.10.0