build!: Use minimum Go version 1.23.0

This commit is contained in:
Cristian Ditaputratama 2025-03-30 16:42:19 +07:00
parent 7e66528180
commit 866c48e85f
Signed by: ditatompel
GPG key ID: 31D3D06D77950979
2 changed files with 20 additions and 19 deletions

View file

@ -27,7 +27,7 @@ clients.
To build the executable binaries, you need:
- Go >= 1.22
- Go >= 1.23
- Bun >= 1.1.26
- [a-h/templ][templ-repo] v0.2.778

3
go.mod
View file

@ -1,6 +1,7 @@
module github.com/ditatompel/xmr-remote-nodes
go 1.22.2
go 1.23.0
toolchain go1.24.1
require (