Skip to content

go.mod: bump buf.build/gen/go/grpc-ecosystem/grpc-gateway/protocolbuffers/go from 1.31.0-20230926202251-048ae6ff94ca.1 to 1.31.0-20230926202251-048ae6ff94ca.2 #647

go.mod: bump buf.build/gen/go/grpc-ecosystem/grpc-gateway/protocolbuffers/go from 1.31.0-20230926202251-048ae6ff94ca.1 to 1.31.0-20230926202251-048ae6ff94ca.2

go.mod: bump buf.build/gen/go/grpc-ecosystem/grpc-gateway/protocolbuffers/go from 1.31.0-20230926202251-048ae6ff94ca.1 to 1.31.0-20230926202251-048ae6ff94ca.2 #647

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@v4
with:
go-version: '1.20'
- name: Test
run: make test-integration GOTEST_FLAGS="-v -count=1"