Skip to content

build(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2 #178

build(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2

build(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2 #178

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
env:
GOTOOLCHAIN: go1.23.0
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version: '^1.22.0'
- uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: go version
- run: go env
- run: protoc --version
- run: go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
- run: make test