Compare commits

..
Author SHA1 Message Date
CSRBot 3e3efb82e5 chore(deps): update go toolchain directive to v1.27.0
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 34s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 11s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 26s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 11s
Lint Markdown files / Run markdown linter (pull_request) Successful in 10s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 1m8s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Failing after 3m23s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 2m10s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Failing after 1m19s
2026-08-20 03:18:19 +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.18.0 # renovate: datasource=github-releases depName=goreleaser/goreleaser
version: v2.17.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.26.7
toolchain go1.27.0
require (
github.com/alecthomas/kong v1.16.1