diff --git a/go.mod b/go.mod index bd50190..177c58c 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module git.janky.solutions/finn/matrix-bridge-meshtastic go 1.23.0 -toolchain go1.24.0 +toolchain go1.24.2 require ( github.com/mattn/go-sqlite3 v1.14.24