1 Commits
Author SHA1 Message Date
CSRBot 114ef2ebb7 chore(deps): update module github.com/sijms/go-ora/v2 to v3
renovate/artifacts Artifact file update failure
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Failing after 48s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Failing after 1m9s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 25s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 1m0s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Failing after 27s
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 8s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Failing after 1m2s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 15s
2026-08-12 18:05:09 +00:00
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
password: ${{ secrets.DOCKER_IO_PASSWORD }}
- uses: oras-project/setup-oras@1d808f7d7f6995cc68b7bf507bfe5c5446e1dc9d # v2.0.1
with:
version: 1.3.4 # renovate: datasource=github-tags depName=oras-project/oras extractVersion='^v?(?<version>.*)$'
version: 1.3.3 # renovate: datasource=github-tags depName=oras-project/oras extractVersion='^v?(?<version>.*)$'
- name: Push artifacthub-repo.yml to git.cryptic.systems
run: |
oras push git.cryptic.systems/volker.raschek/db-wait:artifacthub.io \
+1 -1
View File
@@ -26,4 +26,4 @@ jobs:
go-version: ${{ matrix.go }}
- uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
with:
version: v2.13.2 # renovate: datasource=github-releases depName=golangci/golangci-lint
version: v2.12.2 # renovate: datasource=github-releases depName=golangci/golangci-lint
+3 -3
View File
@@ -19,7 +19,7 @@ jobs:
run: apt-get update && apt-get install --yes curl
- name: Install syft
env:
SYFT_VERSION: "1.51.1" # renovate: datasource=github-releases depName=anchore/syft
SYFT_VERSION: "1.51.0" # renovate: datasource=github-releases depName=anchore/syft
run: |
OS="$(uname | tr '[:upper:]' '[:lower:]')"
ARCH="$(dpkg --print-architecture)"
@@ -37,7 +37,7 @@ jobs:
- uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
with:
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
- uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version: stable
@@ -54,7 +54,7 @@ jobs:
GOPROXY: ${{ vars.GOPROXY }}
uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3
with:
version: v2.18.0 # renovate: datasource=github-releases depName=goreleaser/goreleaser
version: v2.17.1 # renovate: datasource=github-releases depName=goreleaser/goreleaser
args: release --clean
sync-to-hub-docker-io:
+1 -1
View File
@@ -4,7 +4,7 @@ go 1.24
require (
github.com/lib/pq v1.12.3
github.com/sijms/go-ora/v2 v2.9.0
github.com/sijms/go-ora/v3 v3.0.1
github.com/spf13/cobra v1.10.2
)