Skip to content

Commit

Permalink
Merge branch 'master' into dv
Browse files Browse the repository at this point in the history
  • Loading branch information
asthamohta authored Dec 7, 2024
2 parents 9709732 + b7ad348 commit 77e0c22
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 156 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-against-emulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

services:
spanner_emulator:
image: gcr.io/cloud-spanner-emulator/emulator:1.5.23
image: gcr.io/cloud-spanner-emulator/emulator:1.5.27
ports:
- 9010:9010
- 9020:9020
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# This stage builds the Spanner migration tool binary using its source code.

# Add golang as the base image for the build stage.
FROM golang:1.23.1 AS build
FROM golang:1.23.4 AS build

# Set the default work directory as “/spanner_migration_tool_bin” in the container.
WORKDIR /spanner_migration_tool_bin
Expand Down
Loading

0 comments on commit 77e0c22

Please sign in to comment.