8000 Bump google.golang.org/grpc from 1.50.1 to 1.56.3 · anacrolix/dht@0a1d70e · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump google.golang.org/grpc from 1.50.1 to 1.56.3 #143

Bump google.golang.org/grpc from 1.50.1 to 1.56.3

Bump google.golang.org/grpc from 1.50.1 to 1.56.3 #143

Workflow file for this run

name: Go
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.18
- name: Test
run: go test -race -count 2 -bench . ./...
- name: Bench
run: go test -run @ -bench . ./...
0