Skip to content

fix(deps): update module google.golang.org/api to v0.182.0 (#88) #301

fix(deps): update module google.golang.org/api to v0.182.0 (#88)

fix(deps): update module google.golang.org/api to v0.182.0 (#88) #301

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
name: Integration tests on Emulator
jobs:
emulator-tests:
runs-on: ubuntu-latest
services:
emulator:
image: gcr.io/cloud-spanner-emulator/emulator:latest
ports:
- 9010:9010
- 9020:9020
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: Checkout code
uses: actions/checkout@v4
- name: Run integration tests on Emulator
run: go test -v
env:
SPANNER_EMULATOR_HOST: localhost:9010