4 Commits

Author SHA1 Message Date
794d11e890 Merge pull request 'chore(deps): update actions/checkout action to v5.0.1' (#109) from renovate/actions into master
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 53s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 18s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 9s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 33s
Lint Markdown files / Run markdown linter (push) Successful in 5s
2025-11-17 18:15:20 +00:00
6a86c9466e chore(deps): update actions/checkout action to v5.0.1
All checks were successful
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) Successful in 8s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 8s
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 51s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 54s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 31s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 31s
2025-11-17 17:13:44 +00:00
b0ebb02095 Merge pull request 'chore(deps): update dependency golangci/golangci-lint to v2.6.2' (#107) from renovate/golangci-golangci-lint-2.x into master
All checks were successful
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 8s
Lint Markdown files / Run markdown linter (push) Successful in 4s
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) (push) Successful in 31s
2025-11-14 14:27:17 +00:00
15d5fff9dd chore(deps): update dependency golangci/golangci-lint to v2.6.2
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 15s
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) Successful in 8s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 9s
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 53s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 51s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 33s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 32s
2025-11-14 14:10:17 +00:00
5 changed files with 6 additions and 6 deletions

View File

@@ -20,10 +20,10 @@ jobs:
go: [ stable ] go: [ stable ]
os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ] os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
steps: steps:
- uses: actions/checkout@v5.0.0 - uses: actions/checkout@v5.0.1
- uses: actions/setup-go@v6.0.0 - uses: actions/setup-go@v6.0.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.0.0
with: with:
version: v2.6.1 # renovate: datasource=github-releases depName=golangci/golangci-lint version: v2.6.2 # renovate: datasource=github-releases depName=golangci/golangci-lint

View File

@@ -33,7 +33,7 @@ jobs:
go: [ stable ] go: [ stable ]
os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ] os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
steps: steps:
- uses: actions/checkout@v5.0.0 - uses: actions/checkout@v5.0.1
- uses: actions/setup-go@v6.0.0 - uses: actions/setup-go@v6.0.0
with: with:
go-version: ${{ matrix.go }} go-version: ${{ matrix.go }}

View File

@@ -13,7 +13,7 @@ jobs:
name: "Run markdown linter" name: "Run markdown linter"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v5.0.0 - uses: actions/checkout@v5.0.1
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0 - uses: DavidAnson/markdownlint-cli2-action@v20.0.0
with: with:
globs: '**/*.md' globs: '**/*.md'

View File

@@ -12,7 +12,7 @@ jobs:
name: "Release application" name: "Release application"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v5.0.0 - uses: actions/checkout@v5.0.1
- uses: docker/setup-qemu-action@v3.7.0 - uses: docker/setup-qemu-action@v3.7.0
- uses: actions/setup-go@v6.0.0 - uses: actions/setup-go@v6.0.0
with: with:

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: runs-on:
- ubuntu-latest - ubuntu-latest
steps: steps:
- uses: actions/checkout@v5.0.0 - uses: actions/checkout@v5.0.1
- uses: peter-evans/dockerhub-description@v5.0.0 - uses: peter-evans/dockerhub-description@v5.0.0
with: with:
username: ${{ secrets.DOCKER_IO_USERNAME }} username: ${{ secrets.DOCKER_IO_USERNAME }}