Bump Go to 1.23

We need this because Go < 1.23 produces binaries that dont work on
modern OpenBSD because OpenBSD decided to remove syscall() from their
libc. Mad buggers, who removes functions from libc breaking all
binaries!!

Also increase minimum macOS version to 11.0 as Go 1.23 requires that
This commit is contained in:
Kovid Goyal
2024-08-24 07:04:54 +05:30
parent 95245ee473
commit d36a64087e
4 changed files with 6 additions and 6 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module kitty
go 1.22
go 1.23
require (
github.com/ALTree/bigfloat v0.2.0