Compare commits

..
Author SHA1 Message Date
CSRBot a717b5c7c0 chore(deps): update dependency goreleaser/goreleaser to v2.18.1
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Failing after 29s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 1m5s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 15s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Failing after 28s
Lint Markdown files / Run markdown linter (pull_request) Successful in 6s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 2m18s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Failing after 1m19s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 34s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Failing after 1m20s
2026-09-06 00:17:15 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
GOPROXY: ${{ vars.GOPROXY }}
uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3
with:
version: v2.17.1 # renovate: datasource=github-releases depName=goreleaser/goreleaser
version: v2.18.1 # renovate: datasource=github-releases depName=goreleaser/goreleaser
args: release --clean
sync-to-hub-docker-io:
+1 -1
View File
@@ -2,7 +2,7 @@ module git.cryptic.systems/volker.raschek/prometheus-fail2ban-exporter
go 1.25.0
toolchain go1.27.1
toolchain go1.26.7
require (
github.com/alecthomas/kong v1.16.1