require go 1.23 instead

This commit is contained in:
Bryson Steck 2025-07-01 19:02:30 -06:00
parent 7bfab04765
commit ac4276001c
Signed by: bryson
SSH key fingerprint: SHA256:XpKABw/nP4z8UVaH+weLaBnEOD86+cVwif+QjuYLGT4

2
go.mod
View file

@ -1,6 +1,6 @@
module forge.steck.dev/bryson/listen
go 1.24
go 1.23
require github.com/jessevdk/go-flags v1.6.1