1 Commits

Author SHA1 Message Date
98a0ece780 chore(deps): update dependency go to v1.25.0
Some checks failed
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Failing after 15s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Failing after 15s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Failing after 45s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Failing after 42s
Lint Markdown files / Run markdown linter (pull_request) Successful in 4s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Failing after 2m57s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Failing after 2m43s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Failing after 42s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Failing after 2m41s
2025-08-12 22:13:25 +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.6
toolchain go1.25.0
require (
github.com/alecthomas/kong v1.12.1