Skip to content

Bump cloud.google.com/go/firestore from 1.14.0 to 1.15.0 in /hashira-web/functions #90

Bump cloud.google.com/go/firestore from 1.14.0 to 1.15.0 in /hashira-web/functions

Bump cloud.google.com/go/firestore from 1.14.0 to 1.15.0 in /hashira-web/functions #90

name: hashira-web-functions
on:
push:
branches: [master]
paths:
- ".github/workflows/hashira-web-functions--test.yml"
- "hashira-web/functions/**"
pull_request:
paths:
- ".github/workflows/hashira-web-functions--test.yml"
- "hashira-web/functions/**"
defaults:
run:
working-directory: ./hashira-web/functions
jobs:
functions-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "hashira-web/functions/go.mod"
cache-dependency-path: "hashira-web/functions/go.sum"
- run: go test ./...