Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #321 from isoppp/renovate/workflows-postgres-16.x
Browse files Browse the repository at this point in the history
Update postgres Docker tag to v16
  • Loading branch information
isoppp authored Sep 30, 2023
2 parents c5c1bda + a0c58f7 commit ea45fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:15
image: postgres:16
env:
POSTGRES_USER: root
POSTGRES_PASSWORD: root
Expand Down

0 comments on commit ea45fb1

Please sign in to comment.