Skip to content

Commit a95d7de

Browse files
deps: update postgres docker tag to v18 (GoogleCloudPlatform#3796)
* deps: update postgres docker tag to v18 * chore: also update client to v18 --------- Co-authored-by: Knut Olav Løite <[email protected]>
1 parent 66e5a9b commit a95d7de

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/integration-emulator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# Add a PostgreSQL Docker container and the emulator.
1616
services:
1717
postgres:
18-
image: postgres:17
18+
image: postgres:18
1919
env:
2020
POSTGRES_PASSWORD: postgres
2121
# Set health checks to wait until postgres has started
@@ -66,7 +66,7 @@ jobs:
6666
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
6767
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
6868
sudo apt-get update
69-
sudo apt-get install --yes --no-install-recommends postgresql-client-17
69+
sudo apt-get install --yes --no-install-recommends postgresql-client-18
7070
- name: Create PostgreSQL test database
7171
run: |
7272
psql -h /pg -U postgres -c "CREATE DATABASE pgadapter"

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
services:
4343
# Container label
4444
postgres:
45-
image: postgres:17
45+
image: postgres:18
4646
env:
4747
POSTGRES_PASSWORD: postgres
4848
# Set health checks to wait until postgres has started

0 commit comments

Comments
 (0)