Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

fix(deps): update module google.golang.org/grpc to v1.68.0 #66

fix(deps): update module google.golang.org/grpc to v1.68.0

fix(deps): update module google.golang.org/grpc to v1.68.0 #66

Workflow file for this run

name: branch
on:
pull_request:
branches:
- "*"
push:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
container:
image: golang:1.14-alpine3.11
steps:
- name: Prepare
run: apk -U upgrade && apk add build-base git ca-certificates sqlite
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: make build-deps deps test deploy