4 Commits

Author SHA1 Message Date
7a8c400fda Merge pull request 'chore(deps): update golangci/golangci-lint-action action to v9' (#117) from renovate/golangci-golangci-lint-action-9.x into master
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 10s
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 34s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 23s
2025-11-12 21:14:41 +00:00
9f531cfb53 chore(deps): update golangci/golangci-lint-action action to v9
All checks were successful
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 13s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 11s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 7s
Lint Markdown files / Run markdown linter (pull_request) Successful in 4s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 1m48s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 43s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 32s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 25s
2025-11-08 02:06:41 +00:00
c9ece8f70d Merge pull request 'chore(deps): update docker/setup-qemu-action action to v3.7.0' (#116) from renovate/actions into master
All checks were successful
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) Successful in 6s
Lint Markdown files / Run markdown linter (push) Successful in 4s
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 24s
2025-11-05 17:49:52 +00:00
faa31cd500 chore(deps): update docker/setup-qemu-action action to v3.7.0
All checks were successful
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 27s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 1m16s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 1m25s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 38s
Lint Markdown files / Run markdown linter (pull_request) Successful in 26s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 41s
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 17s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 10s
2025-11-05 17:07:51 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5.0.0
- uses: docker/setup-qemu-action@v3.6.0
- uses: docker/setup-qemu-action@v3.7.0
- uses: actions/setup-go@v6.0.0
with:
go-version: stable