Skip to content

Commit

Permalink
update go version as per running go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Mar 10, 2025
1 parent 96ea455 commit ce6425e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module kitty

go 1.23
go 1.23.0

require (
github.com/ALTree/bigfloat v0.2.0
github.com/alecthomas/chroma/v2 v2.15.0
Expand Down

0 comments on commit ce6425e

Please sign in to comment.