Skip to content

Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.24.0 to 2.26.1 #6379

Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.24.0 to 2.26.1

Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.24.0 to 2.26.1 #6379

Workflow file for this run

name: Push
on: [push, pull_request]
jobs:
tests:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.23
uses: actions/setup-go@v4
with:
go-version: ~1.23
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Proto format
run: make check-proto-format
- name: Test
run: make test