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 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.24.0 AS build FROM docker.io/library/golang:1.24.3 AS build
WORKDIR /workspace WORKDIR /workspace
ADD . /workspace ADD . /workspace

2
go.mod
View File

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