Skip to content

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

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

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

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# The version here also needs to be used as GOLANG_CI_LINT_VER in Makefile
version: v1.53.3