mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2025-04-09 21:16:28 +07:00
build!: Use minimum Go version 1.23.0
This commit is contained in:
parent
7e66528180
commit
866c48e85f
2 changed files with 20 additions and 19 deletions
|
@ -27,7 +27,7 @@ clients.
|
||||||
|
|
||||||
To build the executable binaries, you need:
|
To build the executable binaries, you need:
|
||||||
|
|
||||||
- Go >= 1.22
|
- Go >= 1.23
|
||||||
- Bun >= 1.1.26
|
- Bun >= 1.1.26
|
||||||
- [a-h/templ][templ-repo] v0.2.778
|
- [a-h/templ][templ-repo] v0.2.778
|
||||||
|
|
||||||
|
|
3
go.mod
3
go.mod
|
@ -1,6 +1,7 @@
|
||||||
module github.com/ditatompel/xmr-remote-nodes
|
module github.com/ditatompel/xmr-remote-nodes
|
||||||
|
|
||||||
go 1.22.2
|
go 1.23.0
|
||||||
|
|
||||||
toolchain go1.24.1
|
toolchain go1.24.1
|
||||||
|
|
||||||
require (
|
require (
|
||||||
|
|
Loading…
Reference in a new issue