Update dependency go to v1.24.1
Some checks failed
/ build-container (push) Successful in 1m56s
/ Deploy to kubernetes (push) Failing after 8s

This commit is contained in:
Renovate Bot 2025-03-04 20:06:46 +00:00
parent ed73c5996a
commit 8602882a85

2
go.mod
View file

@ -2,7 +2,7 @@ module git.janky.solutions/finn/matrix-bridge-meshtastic
go 1.23.0
toolchain go1.24.0
toolchain go1.24.1
require (
github.com/mattn/go-sqlite3 v1.14.24