Skip to content

Bump io.grpc:grpc-protobuf from 1.44.1 to 1.53.0 #14

Bump io.grpc:grpc-protobuf from 1.44.1 to 1.53.0

Bump io.grpc:grpc-protobuf from 1.44.1 to 1.53.0 #14

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Build and Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '17'
- name: Build with Maven
run: ./mvnw verify