3 Commits

Author SHA1 Message Date
CSRBot df095eb546 chore(deps): update oras-project/setup-oras action to v2
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 23s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 10s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 24s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 51s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 12s
Lint Markdown files / Run markdown linter (pull_request) Successful in 9s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 24s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 49s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 25s
2026-05-02 15:05:25 +00:00
CSRBot 55009a7795 Merge pull request 'chore(deps): update dependency golangci/golangci-lint to v2.12.1' (#163) from renovate/actions into master
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 22s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 11s
Lint Markdown files / Run markdown linter (push) Successful in 8s
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
2026-05-02 12:08:32 +00:00
CSRBot d66eace76f chore(deps): update dependency golangci/golangci-lint to v2.12.1
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 25s
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-amd64) (pull_request) Successful in 26s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 9s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 11s
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 25s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 24s
Lint Markdown files / Run markdown linter (pull_request) Successful in 6s
2026-05-02 12:04:53 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
with: with:
username: ${{ secrets.DOCKER_IO_USERNAME }} username: ${{ secrets.DOCKER_IO_USERNAME }}
password: ${{ secrets.DOCKER_IO_PASSWORD }} password: ${{ secrets.DOCKER_IO_PASSWORD }}
- uses: oras-project/setup-oras@v1.2.4 - uses: oras-project/setup-oras@v2.0.0
with: with:
version: 1.3.2 # renovate: datasource=github-tags depName=oras-project/oras extractVersion='^v?(?<version>.*)$' version: 1.3.2 # renovate: datasource=github-tags depName=oras-project/oras extractVersion='^v?(?<version>.*)$'
- name: Push artifacthub-repo.yml to git.cryptic.systems - name: Push artifacthub-repo.yml to git.cryptic.systems
+1 -1
View File
@@ -26,4 +26,4 @@ jobs:
go-version: ${{ matrix.go }} go-version: ${{ matrix.go }}
- uses: golangci/golangci-lint-action@v9.2.0 - uses: golangci/golangci-lint-action@v9.2.0
with: with:
version: v2.12.0 # renovate: datasource=github-releases depName=golangci/golangci-lint version: v2.12.1 # renovate: datasource=github-releases depName=golangci/golangci-lint