Skip to content

Bump google.golang.org/grpc from 1.61.0 to 1.61.1 in /hashira-web/functions #83

Bump google.golang.org/grpc from 1.61.0 to 1.61.1 in /hashira-web/functions

Bump google.golang.org/grpc from 1.61.0 to 1.61.1 in /hashira-web/functions #83

name: hashira-web-functions
on:
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 ./...