Compare commits

..

2 Commits

Author SHA1 Message Date
b291247c3f
chore(deps): update docker.io/library/golang docker tag to v1.24.3
All checks were successful
Run unit tests / test (pull_request) Successful in 5m54s
Run unit tests / test (push) Successful in 1m44s
2025-06-01 01:09:18 +00:00
e7d99c78d1
chore(deps): update dependency go to v1.24.3
All checks were successful
Run unit tests / test (pull_request) Successful in 5m25s
Run unit tests / test (push) Successful in 5m52s
2025-05-31 22:10:52 +00:00

2
go.mod
View File

@ -2,7 +2,7 @@ module git.cryptic.systems/volker.raschek/prometheus-fail2ban-exporter
go 1.23.0
toolchain go1.24.0
toolchain go1.24.3
require (
github.com/alecthomas/kong v1.11.0