Skip to content

Commit

Permalink
Merge pull request #88 from zchee/spanner-emulator-1.4.2
Browse files Browse the repository at this point in the history
circleci: upgrade cloud-spanner-emulator/emulator to 1.4.2
  • Loading branch information
kazegusuri authored Mar 30, 2022
2 parents 8f98e30 + 2692a02 commit 3bd2465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
PROJECT: yo-test
INSTANCE: yo-test
DATABASE: yo-test
- image: gcr.io/cloud-spanner-emulator/emulator:1.4.0
- image: gcr.io/cloud-spanner-emulator/emulator:1.4.2
working_directory: /go/src/github.com/cloudspannerecosystem/yo
steps:
- checkout
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
PROJECT: yo-test
INSTANCE: yo-test
DATABASE: yo-test
- image: gcr.io/cloud-spanner-emulator/emulator:1.4.0
- image: gcr.io/cloud-spanner-emulator/emulator:1.4.2
working_directory: /go/src/github.com/cloudspannerecosystem/yo
steps:
- checkout
Expand Down

0 comments on commit 3bd2465

Please sign in to comment.