diff --git a/README.md b/README.md index 04dd173..b1d4ef7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Aiming for full spec compatibility with the Python version 0.8.8+. -`Go 1.23.4` +`Go 1.24.0` Packages: diff --git a/go.mod b/go.mod index 972d4d2..b7d155e 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/Sudo-Ivan/reticulum-go -go 1.23.4 +go 1.24.0 require golang.org/x/crypto v0.31.0