Skip to content

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #182

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #182

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