Skip to content

go.mod: bump buf.build/gen/go/grpc-ecosystem/grpc-gateway/protocolbuffers/go from 1.36.0-20240617172850-a48fcebcf8f1.1 to 1.36.0-20241220201140-4c5ba75caaf8.1 #2941

go.mod: bump buf.build/gen/go/grpc-ecosystem/grpc-gateway/protocolbuffers/go from 1.36.0-20240617172850-a48fcebcf8f1.1 to 1.36.0-20241220201140-4c5ba75caaf8.1

go.mod: bump buf.build/gen/go/grpc-ecosystem/grpc-gateway/protocolbuffers/go from 1.36.0-20240617172850-a48fcebcf8f1.1 to 1.36.0-20241220201140-4c5ba75caaf8.1 #2941

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test
# The test coverate and the test report are needed for the SonarCloud analysis
run: make test-integration GOTEST_FLAGS="-v -count=1"