Updated postgresql in workflow
Go / Test (pull_request) Successful in 1m42s
Go / build (pull_request) Successful in 2m36s

This commit is contained in:
2026-05-29 19:08:12 -04:00
parent 99976e278e
commit 2b475ba3bb
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-24.04
services:
postgres:
image: postgres:18.3-alpine
image: postgres:18.4-alpine
env:
POSTGRES_USER: ${{ secrets.DB_TEST_USER }}
POSTGRES_PASSWORD: ${{ secrets.DB_TEST_PASSWORD }}