Skip to content

go.mod: bump google.golang.org/protobuf from 1.34.3-0.20240906163944-03df6c145d96 to 1.35.1 #318

go.mod: bump google.golang.org/protobuf from 1.34.3-0.20240906163944-03df6c145d96 to 1.35.1

go.mod: bump google.golang.org/protobuf from 1.34.3-0.20240906163944-03df6c145d96 to 1.35.1 #318

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test
run: make test-integration GOTEST_FLAGS="-v -count=1"