Skip to content

Bump google.golang.org/grpc from 1.33.2 to 1.53.0 #118

Bump google.golang.org/grpc from 1.33.2 to 1.53.0

Bump google.golang.org/grpc from 1.33.2 to 1.53.0 #118

Workflow file for this run

name: Nexus CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
name: Build & Test Nexus
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Start Redis
uses: supercharge/redis-github-action@1.2.0
with:
redis-version: 5
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...