Skip to content

build(deps): bump google.golang.org/protobuf from 1.36.0 to 1.36.1 (#62) #186

build(deps): bump google.golang.org/protobuf from 1.36.0 to 1.36.1 (#62)

build(deps): bump google.golang.org/protobuf from 1.36.0 to 1.36.1 (#62) #186

Workflow file for this run

name: Test
on:
push: {}
workflow_dispatch: {}
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Generate code
run: go generate ./...
- name: Run Tests
run: go test -v ./...