Compare commits

..
Author SHA1 Message Date
CSRBot e6115c47e4 chore(deps): update go toolchain directive to v1.27.0
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Failing after 19s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Failing after 28s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Failing after 23s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 1m10s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 13s
Lint Markdown files / Run markdown linter (pull_request) Successful in 7s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Failing after 15s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 2m47s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 24s
2026-08-19 18:18:41 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ jobs:
go-version: ${{ matrix.go }}
- uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
with:
version: v2.13.0 # renovate: datasource=github-releases depName=golangci/golangci-lint
version: v2.12.2 # renovate: datasource=github-releases depName=golangci/golangci-lint
+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