Compare commits

..
4 Commits
Author SHA1 Message Date
CSRBot 1670f507a6 Merge pull request 'chore(deps): update dependency goreleaser/goreleaser to v2.18.0' (#91) from renovate/goreleaser-goreleaser-2.x into master
Lint Markdown files / Run markdown linter (push) Successful in 6s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 14s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Failing after 7s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 30s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Failing after 14s
2026-08-24 03:24:26 +00:00
CSRBot 50e61783d5 chore(deps): update dependency goreleaser/goreleaser to v2.18.0
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 16s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 16s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Failing after 8s
Lint Markdown files / Run markdown linter (pull_request) Successful in 6s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Failing after 7s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 29s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 29s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Failing after 14s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Failing after 15s
2026-08-24 03:07:53 +00:00
CSRBot 6879c06b8a Merge pull request 'chore(deps): update dependency golangci/golangci-lint to v2.13.1' (#90) from renovate/golangci-golangci-lint-2.x into master
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 16s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Failing after 6s
Lint Markdown files / Run markdown linter (push) Successful in 5s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 30s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Failing after 14s
2026-08-20 15:33:38 +00:00
CSRBot 59216bd773 chore(deps): update dependency golangci/golangci-lint to v2.13.1
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Failing after 7s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 26s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 14s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Failing after 7s
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 54s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Failing after 12s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 27s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Failing after 16s
2026-08-20 15:08:00 +00:00
2 changed files with 2 additions and 2 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.13.1 # 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.17.1 # renovate: datasource=github-releases depName=goreleaser/goreleaser
version: v2.18.0 # renovate: datasource=github-releases depName=goreleaser/goreleaser
args: release --clean
# sync-to-hub-docker-io:
# name: "Upload Images to docker.io"