Skip to content

Commit

Permalink
Merge branch 'master' into feat/wide_row_unit_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akashthawaitcc authored Mar 7, 2025
2 parents 8c3bf0b + efecc39 commit 4bf318b
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 27 deletions.
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.5 AS build
FROM golang:1.24.1 AS build

# Set the default work directory as “/spanner_migration_tool_bin” in the container.
WORKDIR /spanner_migration_tool_bin
Expand Down
77 changes: 52 additions & 25 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/jasmine": "~5.1.1",
"@types/node": "^20.8.7",
"cypress": "^13.3.0",
"jasmine-core": "~5.5.0",
"jasmine-core": "~5.6.0",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
Expand Down

0 comments on commit 4bf318b

Please sign in to comment.