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

Commit

Permalink
update postgres version for build, checkout action, golang version (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
chill authored Nov 9, 2023
1 parent 35f63e4 commit 48dd38c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ jobs:
working-directory: "/go/src/github.com/gocardless/pgreplay-go"
runs-on: ubuntu-latest
container:
image: golang:1.13
image: golang:1.21.4
env:
PGHOST: 127.0.0.1
PGUSER: postgres
services:
postgres:
image: postgres:11.2
image: postgres:14
env:
POSTGRES_USER: postgres
POSTGRES_DB: pgreplay_test
POSTGRES_PASSWORD: ''
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4.1.1
- name: Install ginkgo test runner
run: go get github.com/onsi/ginkgo/ginkgo
- name: Install Postgres
Expand All @@ -40,13 +40,13 @@ jobs:
working-directory: "/go/src/github.com/gocardless/pgreplay-go"
runs-on: ubuntu-latest
container:
image: golang:1.13
image: golang:1.21.4
env:
PGHOST: 127.0.0.1
PGUSER: postgres
services:
postgres:
image: postgres:11.2
image: postgres:14
env:
POSTGRES_USER: postgres
POSTGRES_DB: pgreplay_test
Expand Down

0 comments on commit 48dd38c

Please sign in to comment.