Compare commits

...

3 Commits

Author SHA1 Message Date
1557721068 chore(deps): update actions/checkout action to v5
Some checks failed
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Failing after 2s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Failing after 2s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Failing after 3s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Failing after 3s
Lint Markdown files / Run markdown linter (pull_request) Failing after 2s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Failing after 6s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Failing after 5s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Failing after 4s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Failing after 4s
2025-08-12 10:14:06 +00:00
e02fb2ef79 Merge pull request 'chore(deps): update dependency golangci/golangci-lint to v2.3.1' (#35) 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 19s
Lint Markdown files / Run markdown linter (push) Successful in 5s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 1m15s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 53s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 2m59s
2025-08-12 10:13:48 +00:00
ec85417dfa chore(deps): update dependency golangci/golangci-lint to v2.3.1
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 18s
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) (pull_request) Successful in 8s
Lint Markdown files / Run markdown linter (pull_request) Successful in 5s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 1m15s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 53s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 2m27s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 1m17s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 52s
2025-08-12 09:47:25 +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@v4.3.0 - uses: actions/checkout@v5.0.0
- uses: actions/setup-go@v5.5.0 - uses: actions/setup-go@v5.5.0
with: with:
go-version: ${{ matrix.go }} go-version: ${{ matrix.go }}
- uses: golangci/golangci-lint-action@v8.0.0 - uses: golangci/golangci-lint-action@v8.0.0
with: with:
version: v2.3.0 # renovate: datasource=github-releases depName=golangci/golangci-lint version: v2.3.1 # 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@v4.3.0 - uses: actions/checkout@v5.0.0
- uses: actions/setup-go@v5.5.0 - uses: actions/setup-go@v5.5.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@v4.3.0 - uses: actions/checkout@v5.0.0
- 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@v4.3.0 - uses: actions/checkout@v5.0.0
- uses: docker/setup-qemu-action@v3.6.0 - uses: docker/setup-qemu-action@v3.6.0
- uses: actions/setup-go@v5.5.0 - uses: actions/setup-go@v5.5.0
with: with:

View File

@ -10,7 +10,7 @@ jobs:
update-description-on-hub-docker-io: update-description-on-hub-docker-io:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4.3.0 - uses: actions/checkout@v5.0.0
- uses: peter-evans/dockerhub-description@v4.0.2 - uses: peter-evans/dockerhub-description@v4.0.2
with: with:
username: ${{ secrets.DOCKER_IO_USERNAME }} username: ${{ secrets.DOCKER_IO_USERNAME }}