Bump Go version for security vulnerabilities

Unfortunately means have to bump minimum macos version as well as Go
requires it.
This commit is contained in:
Kovid Goyal
2026-03-07 08:05:37 +05:30
parent 1106ee8d10
commit c75bdc7620
3 changed files with 5 additions and 5 deletions

4
go.mod
View File

@@ -1,8 +1,8 @@
module github.com/kovidgoyal/kitty
go 1.24.0
go 1.26.0
toolchain go1.24.13
toolchain go1.26.1
require (
github.com/ALTree/bigfloat v0.2.0