Update module gorm.io/driver/postgres to v1.6.3 #32

Open
renovate-bot wants to merge 1 commit from renovate/gorm.io-driver-postgres-1.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
gorm.io/driver/postgres require patch v1.6.0v1.6.3

Release Notes

go-gorm/postgres (gorm.io/driver/postgres)

v1.6.3

Compare Source

v1.6.2

Compare Source

v1.6.1

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) | require | patch | `v1.6.0` → `v1.6.3` | --- ### Release Notes <details> <summary>go-gorm/postgres (gorm.io/driver/postgres)</summary> ### [`v1.6.3`](https://github.com/go-gorm/postgres/compare/v1.6.2...v1.6.3) [Compare Source](https://github.com/go-gorm/postgres/compare/v1.6.2...v1.6.3) ### [`v1.6.2`](https://github.com/go-gorm/postgres/compare/v1.6.1...v1.6.2) [Compare Source](https://github.com/go-gorm/postgres/compare/v1.6.1...v1.6.2) ### [`v1.6.1`](https://github.com/go-gorm/postgres/compare/v1.6.0...v1.6.1) [Compare Source](https://github.com/go-gorm/postgres/compare/v1.6.0...v1.6.1) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC42LjAiLCJ1cGRhdGVkSW5WZXIiOiI0NC45MC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Update module gorm.io/driver/postgres to v1.6.2
All checks were successful
Lint / Run golangci-lint (pull_request) Has been skipped
Deploy Parent Container / determine-workflow (pull_request) Successful in 2s
Deploy Parent Container / nonprod-deploy (dev) (pull_request) Has been skipped
Deploy Parent Container / prod-deploy (dev) (pull_request) Has been skipped
872f2bd672
Author
Collaborator

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/jackc/pgx/v5 v5.6.0 -> v5.10.0
### ℹ️ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 1 additional dependency was updated Details: | **Package** | **Change** | | :------------------------ | :-------------------- | | `github.com/jackc/pgx/v5` | `v5.6.0` -> `v5.10.0` |
renovate-bot force-pushed renovate/gorm.io-driver-postgres-1.x from 872f2bd672
All checks were successful
Lint / Run golangci-lint (pull_request) Has been skipped
Deploy Parent Container / determine-workflow (pull_request) Successful in 2s
Deploy Parent Container / nonprod-deploy (dev) (pull_request) Has been skipped
Deploy Parent Container / prod-deploy (dev) (pull_request) Has been skipped
to 373129a11d
All checks were successful
Lint / Run golangci-lint (pull_request) Has been skipped
Deploy Parent Container / determine-workflow (pull_request) Successful in 2s
Deploy Parent Container / nonprod-deploy (dev) (pull_request) Has been skipped
Deploy Parent Container / prod-deploy (dev) (pull_request) Has been skipped
2026-08-09 00:18:00 +00:00
Compare
renovate-bot changed title from Update module gorm.io/driver/postgres to v1.6.2 to Update module gorm.io/driver/postgres to v1.6.3 2026-09-15 00:04:47 +00:00
renovate-bot force-pushed renovate/gorm.io-driver-postgres-1.x from 373129a11d
All checks were successful
Lint / Run golangci-lint (pull_request) Has been skipped
Deploy Parent Container / determine-workflow (pull_request) Successful in 2s
Deploy Parent Container / nonprod-deploy (dev) (pull_request) Has been skipped
Deploy Parent Container / prod-deploy (dev) (pull_request) Has been skipped
to 2faf7ef488
All checks were successful
Lint / Run golangci-lint (pull_request) Has been skipped
Deploy Parent Container / determine-workflow (pull_request) Successful in 3s
Deploy Parent Container / prod-deploy (dev) (pull_request) Has been skipped
Deploy Parent Container / nonprod-deploy (dev) (pull_request) Has been skipped
2026-09-15 00:04:50 +00:00
Compare
All checks were successful
Lint / Run golangci-lint (pull_request) Has been skipped
Deploy Parent Container / determine-workflow (pull_request) Successful in 3s
Deploy Parent Container / prod-deploy (dev) (pull_request) Has been skipped
Deploy Parent Container / nonprod-deploy (dev) (pull_request) Has been skipped
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/gorm.io-driver-postgres-1.x:renovate/gorm.io-driver-postgres-1.x
git switch renovate/gorm.io-driver-postgres-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/gorm.io-driver-postgres-1.x
git switch renovate/gorm.io-driver-postgres-1.x
git rebase master
git switch master
git merge --ff-only renovate/gorm.io-driver-postgres-1.x
git switch renovate/gorm.io-driver-postgres-1.x
git rebase master
git switch master
git merge --no-ff renovate/gorm.io-driver-postgres-1.x
git switch master
git merge --squash renovate/gorm.io-driver-postgres-1.x
git switch master
git merge --ff-only renovate/gorm.io-driver-postgres-1.x
git switch master
git merge renovate/gorm.io-driver-postgres-1.x
git push origin master
Sign in to join this conversation.
No description provided.