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
+1 -1
View File
@@ -4,7 +4,7 @@ go 1.24
require ( require (
github.com/lib/pq v1.12.3 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 github.com/spf13/cobra v1.10.2
) )