Skip to content

chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 in… #328

chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 in…

chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 in… #328

Workflow file for this run

name: PR (Go)
on:
workflow_dispatch:
merge_group:
types: [checks_requested]
push:
branches:
- main
pull_request:
paths:
- "pkg/go/**"
- "OpenFGAParser.g4"
- "OpenFGALexer.g4"
- "tests/**"
- ".github/workflows/pkg-go-pr.yaml"
- ".github/workflows/pkg-go-build.yaml"
jobs:
test:
uses: ./.github/workflows/pkg-go-build.yaml
secrets: inherit