4 Commits

Author SHA1 Message Date
4bd61d6327 Merge pull request 'chore(deps): update golangci/golangci-lint-action action to v9.1.0' (#121) from renovate/actions into master
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 15s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 7s
Lint Markdown files / Run markdown linter (push) Successful in 5s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 49s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 25s
2025-11-21 17:15:34 +00:00
90170f3347 chore(deps): update golangci/golangci-lint-action action to v9.1.0
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 16s
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) (pull_request) Successful in 7s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 7s
Lint Markdown files / Run markdown linter (pull_request) Successful in 5s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 49s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 48s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 25s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 24s
2025-11-21 17:06:13 +00:00
05fb4ef0af fix(ci): fetch all tags and branches for goreleaser/goreleaser-action
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 15s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 7s
Lint Markdown files / Run markdown linter (push) Successful in 4s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 50s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 23s
2025-11-20 16:18:34 +01:00
936fe6b262 fix(ci): fetch all tags and branches for goreleaser/goreleaser-action
Some checks failed
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) Successful in 7s
Lint Markdown files / Run markdown linter (push) Successful in 4s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Has been cancelled
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Has been cancelled
2025-11-20 16:16:39 +01:00
2 changed files with 3 additions and 1 deletions

View File

@@ -24,6 +24,6 @@ jobs:
- uses: actions/setup-go@v6.1.0 - uses: actions/setup-go@v6.1.0
with: with:
go-version: ${{ matrix.go }} go-version: ${{ matrix.go }}
- uses: golangci/golangci-lint-action@v9.0.0 - uses: golangci/golangci-lint-action@v9.1.0
with: with:
version: v2.6.2 # renovate: datasource=github-releases depName=golangci/golangci-lint version: v2.6.2 # renovate: datasource=github-releases depName=golangci/golangci-lint

View File

@@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v5.0.1 - uses: actions/checkout@v5.0.1
with:
fetch-depth: 0
- uses: docker/setup-qemu-action@v3.7.0 - uses: docker/setup-qemu-action@v3.7.0
- uses: actions/setup-go@v6.1.0 - uses: actions/setup-go@v6.1.0
with: with: