Skip to content

build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.25.1 to 2.26.0 #464

build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.25.1 to 2.26.0

build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.25.1 to 2.26.0 #464

Workflow file for this run

name: Go
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go run github.com/onsi/ginkgo/v2/ginkgo -r --procs=2 --compilers=2 --randomize-all --randomize-suites --fail-on-pending --keep-going --race --trace
vet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go vet ./...
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v6.2.0
with:
args: --config .golangci.yml